Looking for a VBA module that will hide all rows except adjacent rows that have "9" as their value in one cell of column B, and "5" in the cell below it, like this:
Column B
1
9
5
18
23
3
11
5
9
4
9
5
22
So, in the above example, you'd hide all rows except the ones I've bolded for you here, namely rows 2,3,11 & 12, leaving:
Column B
9
5
9
5
etc
That will allow me to do analytics on adjacent rows that have "9" in column B and "5" in the cell below it.
Thanks a lot!
Column B
1
9
5
18
23
3
11
5
9
4
9
5
22
So, in the above example, you'd hide all rows except the ones I've bolded for you here, namely rows 2,3,11 & 12, leaving:
Column B
9
5
9
5
etc
That will allow me to do analytics on adjacent rows that have "9" in column B and "5" in the cell below it.
Thanks a lot!