Hiding and unhiding rows based on checkbox in Google Sheets - hide

I have a workbook that I am trying to hide some rows with a check box.
For example If F1 is true hide rows 7:15 but I also want this to work in reverse if F1 is False show rows 7:15.
I have multiple variations but the only thing that changes is the cell for the checkbox and the rows that will be hidden or shown.
Thanks for any help

Related

Excel checkbox feature for Quality Assurance table

I'm working in an excel data sheet and I have a developer checkmark in one cell. My intention is have the checkmark, once clicked to either copy or vlookup information on the previous 8 cells of the same row and have it copy to another tab of the same formatting/spacing. This may seem like a very complicated way of avoiding copy and pasting, however excel skills for others in my group and warehouse a very minimal.
Main cells
I've tried with formulas to detected the checkmark and nothing works as either =If or =Iferror(vlookup... but these do not detect the check box and having it as true or false does not yield the results needed.

Excel, linked WorkSheets causing "0" to appear in blank cells

I am working on a project which involves 14 sales consultants each with a client pipeline. These 14 sheets are in a Workbook (Workbook A) that has 1 Sheet to consolidate all the information into one pipeline.
Each consultant has an individual WorkBook that they fill in and the information is then actively transferred to Workbook A from their individual Workbook Sheets.
The problem I have is that I used a direct link (=Sheet1), because of this method I used I have to set the amount of cells to link.
All the cells I have linked with no information returns a zero in Workbook A which then causes my Consolidation page to bring in all the rows with "0" in and it does not look nice.
I would like to prevent the Consolidation sheet to import these 0 figures from the consultant sheets.
This information is constantly being refreshed so the filter also gets refreshed which means I cannot simply hide it by deselecting the value on the filter.
Maybe try using a =isblank formula to prevent the blank cells from causing you to see the 0's.
Something like this maybe =IF(ISBLANK(Sheet1!'YOURCELLSHERE),'','Sheet1!Cell')
Go to File|Options|Advanced and scroll down to "display options for this worksheet" and un-check "Show a zero in cells that have zero value". Keep in mind that this will cause cells that should display a "0" to not display that "0".

Hide formulas in excel without protecting the sheet

I need to hid the formulas in my sheet without protecting the sheet,say i have sheet 1 in that i need to hide the formulas from range(A1:G10) i can hide the formula but iam not able to provide input for the whole sheet
My requirement is to hide the selected cells formulas and able to give inputs for other cells in the same sheet how can i achieve this.
Select the whole sheet, right click and then select Format Cells.... In the popup window, select Protection tab. Unselect both options and press OK button. This will unlock all cells on the sheet as by default all cells are locked. Next, select your range, repeat the above process again but this time ensure that both options (Locked and Hidden) are selected this time and press OK. Now protect your sheet (in Excel 2013, select the REVIEW tab and select Protect Sheet option and follow the steps).
This will hide your formulas and stop anyone changing the values in the protected cells

VBA - exporting data from cells based on selected row(s)

I have a spreadsheet. I would like to export data from specific cells based on the selected row or rows and import them into a new spreadsheet with a table.
I am not sure how to go about this in excel. I have tired a range but it copies everything. I would like it to be if i select row 5 it take data from B5, E5, F5
I plan to use a userform and macros with a command button to perform this function but i can do all this with no issues
Any help would be greatly appreciated

Adding hyperlinks to multiple cells spread across a worksheet

In my spreadsheet, there are cells that correspond to a certain url and they are spread across the sheet, and because of that I cannot select a group of cells and add hyperlinks to every cell in one go. I've tried using the find function and ctrl+A to select all but when I right clicked a cell the hyperlink option is greyed out. I've tried manually selecting the cells with ctrl+click on each cell that I want to have the same hyperlink. Once again the hyperlink option is greyed out.
Is there a more effective way to accomplish my task without having to individually add hyperlink to each cell since I have at least 3 thousand cells and only 200 unique hyperlink?
Thanks
There is a function called HYPERLINK so one way of doing it if you have a set of values in column A and a table of hyperlinks that go with them in columns J and K would be like this:-
=IFERROR(HYPERLINK(VLOOKUP(A2,J$2:K$4,2,FALSE)),"")

Resources