Hi,
This is my first post but I have found many answers on this website before but struggling to find something on the following problem:
I am currently trying to write a VBA code which would automatically hide a whole row when this formula displays a blank =IFNA(VLOOKUP(A10,”Sheet 10”!A:C,10,FALSE)," ") in that rows cell.
The cells ranges that contain this formula are B10:B15 and B20:B25 in Sheet 5; and B10:B15 B25:B30 in Sheet 6.
To give more context, I use a data validation, drop down menu method to select a case that I want to view and some cases contain more rows of information than others, the cases that contain no information in the mentioned rows above I want to be able to hide automatically if they are blank
Any help would be much appreciated.
Thank you
This is my first post but I have found many answers on this website before but struggling to find something on the following problem:
I am currently trying to write a VBA code which would automatically hide a whole row when this formula displays a blank =IFNA(VLOOKUP(A10,”Sheet 10”!A:C,10,FALSE)," ") in that rows cell.
The cells ranges that contain this formula are B10:B15 and B20:B25 in Sheet 5; and B10:B15 B25:B30 in Sheet 6.
To give more context, I use a data validation, drop down menu method to select a case that I want to view and some cases contain more rows of information than others, the cases that contain no information in the mentioned rows above I want to be able to hide automatically if they are blank
Any help would be much appreciated.
Thank you