Hi Guys,
I'm looking for a VBA that will hide rows when two conditions are met.
In column O I have a numeric value which, for a row to be hidden needs to be less than 0.
In column P I have either Yes/No. When it is No I want the row to be hidden.
Therefore when O = <0 AND P = No then row will be hidden.
TIA
I'm looking for a VBA that will hide rows when two conditions are met.
In column O I have a numeric value which, for a row to be hidden needs to be less than 0.
In column P I have either Yes/No. When it is No I want the row to be hidden.
Therefore when O = <0 AND P = No then row will be hidden.
TIA