Forum Discussion
Hide Formulated Rows
I would like to hide the rows that remain “FALSE” on my comments page through a button.
Are you please able to help me with this problem?
Much appreciated.
Bill
Sergei is correct. The easiest way to do this without VBA code is to apply a filter to the column.
1. Add a column header then select the column range and then click Data > Filter
2. Click the dropdown arrows and uncheck 'FALSE'
3. The rows with 'FALSE' will now be hidden
NOTE: The filtered rows will not automatically updated if values change. You will have to refilter it each time by unchecking and then rechecking 'FALSE' in the filter
7 Replies
- StoneKiwiIron Contributor
Sergei is correct. The easiest way to do this without VBA code is to apply a filter to the column.
1. Add a column header then select the column range and then click Data > Filter
2. Click the dropdown arrows and uncheck 'FALSE'
3. The rows with 'FALSE' will now be hidden
NOTE: The filtered rows will not automatically updated if values change. You will have to refilter it each time by unchecking and then rechecking 'FALSE' in the filter
- Billyb99Copper ContributorThanks again. I’ll give this a go. Think I might’ve been trying to overcomplicate it! Appreciate your time.
- StoneKiwiIron Contributor1. Select the range of cells that may contain "FALSE"
2. Click Home > Conditional Formatting > New Rule...
3. Click 'Format only cells that contain' in the popup window.
4. Change it so it says 'Cell Value' 'equal to' 'FALSE'
5. Click Format, in the font tab change the text colour to white and on the Fill tab change the background colour to 'No Colour'
This won't hide the rows but will hide the text if they are on a white background