Any way to auto-hide rows without using VBA? Conditional formatting?

jscranton

Well-known Member
Joined
May 30, 2011
Messages
707
I know how to hide rows using a Worksheet_Change module. But, the end user is worried about the workbook being file type xlsm.

So, looking to avoid a macro solution if at all possible.

Bottom line ask: user fills in Cell a13 with a certain value. Based on the value in Cell A13, if the value in $A17:$A25 matches, I want it to be visible/unhidden. Otherwise, it should be hidden.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Conditional Formatting can make the text of the lines appear to be invisible (by making them the same color as the background), but it cannot hide rows.
The only other way I know of automatically hiding rows without using VBA is to use Filters. But that could be a bit tricky if you are only trying to apply this to a subset of your entire data list.
See here: https://www.extendoffice.com/documents/excel/3186-excel-filter-rows-by-list.html
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top