Let's say I have a dropdown with two options (A2):
Category 1
Category 2
I also have a range of cells given with different phrases: (A4:C5)
and also a table which looks like this: (A6:B12)
What I want to do is to highlight my range of cells (A4:C5) based on the Dropdown value which I selected.
So, if I select Category 1 in the Dropdown the cells Phrase A, Phrase B and Phrase D should be highlighted with another color in my range of cells (A4:C5) not in the table itself.
Could you please explain how I can achieve this goal?
Category 1
Category 2
I also have a range of cells given with different phrases: (A4:C5)
Phrase A |
| Phrase C | |
Phrase D | Phrase E | Phrase F |
and also a table which looks like this: (A6:B12)
Phrase | Category | |
Phrase A | Category 1 | |
Phrase B |
| |
Phrase C | Category 2 | |
Phrase D | Category 1 | |
Phrase E | Category 2 | |
Phrase F | Category 2 |
What I want to do is to highlight my range of cells (A4:C5) based on the Dropdown value which I selected.
So, if I select Category 1 in the Dropdown the cells Phrase A, Phrase B and Phrase D should be highlighted with another color in my range of cells (A4:C5) not in the table itself.
Could you please explain how I can achieve this goal?