Hi,
I have a sheet with two dropdowns.
Dropdown in cell C8 which has 3 options: Client, Partner, Friend
Dropdown in cell C13 which has 3 options: High, Medium, Low
I would like to have a macro so that if cell C8 has dropdown option 'Client' and cell C13 has dropdown 'Medium' (both conditions met) then all rows which have text in column A equal to 'HR' appear otherwise
if any other combination is chosen (e.g. Client, High or Partner, Low etc.) then all rows which have text in column A equal to 'HR' will disappear.
Basically I would like rows which have value equal to 'HR' in their first cell (so in column A) appear or disappear depending on which dropdown combination I choose.
Rows with 'HR' should be visible only for dropdown C8 = 'Client' and dropdown C13 = 'Medium' (both conditions must be valid at the same time) otherwise they should be hidden.
How do I do that?
Thanks,
Nix
I have a sheet with two dropdowns.
Dropdown in cell C8 which has 3 options: Client, Partner, Friend
Dropdown in cell C13 which has 3 options: High, Medium, Low
I would like to have a macro so that if cell C8 has dropdown option 'Client' and cell C13 has dropdown 'Medium' (both conditions met) then all rows which have text in column A equal to 'HR' appear otherwise
if any other combination is chosen (e.g. Client, High or Partner, Low etc.) then all rows which have text in column A equal to 'HR' will disappear.
Basically I would like rows which have value equal to 'HR' in their first cell (so in column A) appear or disappear depending on which dropdown combination I choose.
Rows with 'HR' should be visible only for dropdown C8 = 'Client' and dropdown C13 = 'Medium' (both conditions must be valid at the same time) otherwise they should be hidden.
How do I do that?
Thanks,
Nix