kelseyRahenkamp
New Member
- Joined
- Sep 9, 2014
- Messages
- 1
I want to format cells based on the value of two other cells. I have a spreadsheet that has company names in one column with their status (silver or gold) in another column. On another sheet, I will list companies out (just certain ones, not all of them) and I want the color to change to green if their level in the other spreadsheet equals gold.
The status will change over time so I will need the second sheet to update when the status on the first sheet for that company changes.
Right now, I have this formula in my conditional formula rule: =AND(Sheet1!$A$2:$A$439=$D$4,Sheet1!$I$2:$I$439="Gold")=TRUE. Simplified, here it is: =AND("company name in sheet 1"="company name in sheet two","status in sheet 1"="Gold")=TRUE
This is not working. What do I need to do to get this to work?
The status will change over time so I will need the second sheet to update when the status on the first sheet for that company changes.
Right now, I have this formula in my conditional formula rule: =AND(Sheet1!$A$2:$A$439=$D$4,Sheet1!$I$2:$I$439="Gold")=TRUE. Simplified, here it is: =AND("company name in sheet 1"="company name in sheet two","status in sheet 1"="Gold")=TRUE
This is not working. What do I need to do to get this to work?
Last edited: