Forum Discussion
Samuele Merola
Jun 02, 2018Copper Contributor
conditional formatting if other cell contain value
Hello! In the column B:B I can have 2 different worlds. I'd like to format the correspondent cell in the column A:A based on the value of B:B. For example: HELLO approved HI approved ...
- Jun 02, 2018
IMHO, it's easier to apply to column A green rule
=$B1="approved"
and red rule
=$B1="denied"
Please see second sheet in attached
SergeiBaklan
Jun 02, 2018Diamond Contributor
IMHO, it's easier to apply to column A green rule
=$B1="approved"
and red rule
=$B1="denied"
Please see second sheet in attached
Samuele Merola
Jun 02, 2018Copper Contributor
Thank you very much!
- Arul TresoldiJun 04, 2018Iron ContributorI preferred that solution because if you ever want to export that file to an online excel (such as calcs on googledrive) you may find some issues with that conditions.
- SergeiBaklanJun 04, 2018Diamond Contributor
I see no problems with Excel Online