Hi!
So this is a simplified example of what I'm working with.
The first table is a representation of '# of products sold' in each category by state. So NJ sold 0 books.
The next table is my color code look up table.
I need a formula that will highlight cells B2:D4 (in my first sheet) with the corresponding color code when the '# of products sold' = 0
Any idea if this is possible in Excel?
Thanks!!
Sheet1:
| A | B | C | D
1 | Category | NJ | PA | NY
2 | Books | 0 | 3 | 2
3 | Clothes | 5 | 0 | 4
4 | Electronics | 1 | 2 | 0
Sheet2:
| A | B | C
1| Category | State| Color Code
2| Books | NJ | Red
3| Clothes | NJ | Blue
4| Electronics | NJ | Green
5| Books | PA | Green
6| Clothes | PA | Red
7| Electronics | PA | Red
8| Books | NY | Blue
9| Clothes | NY | Blue
10| Electronics| NY | Green
Bookmarks