What I have:
1 Col A Col B Col C Col D Col E Col F
2
3 Approved Text Text Text Text Text
4 Reject Text Text Text Text Text
5 Pending Text Text Text Text Text
What I want is :
- If Column A value is equal to
Approved
then entirerow-3
should have agreen
background. - If Column A value is equal to
Reject
then entirerow-4
should have ared
background. - If Column A value is equal to
Pending
then entirerow-5
should have aamber
background.
How to change the background color of the row or range if a particular cell value is equal to some text?