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.
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.