Change cell colour based on values in other columns.
Closed
dcundill
Posts
1
Registration date
Wednesday June 17, 2015
Status
Member
Last seen
June 17, 2015
-
Jun 17, 2015 at 10:41 AM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jun 17, 2015 at 01:45 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jun 17, 2015 at 01:45 PM
Related:
- Change cell colour based on values in other columns.
- Crimping colour code - Guide
- Change computer name cmd - Guide
- How to change language in kmplayer - Guide
- Change lg tv name - Guide
- How to change dinosaur in chrome - Guide
1 response
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Jun 17, 2015 at 01:45 PM
Jun 17, 2015 at 01:45 PM
dcundill, Good morning.
Try to use:
1) Apply Conditional Formatting to C1 cell using formula:
Rule 1:=AND(A1=3,B1=1)
Choose RED colour as fill
2) Apply Conditional Formatting to C2 cell using formula:
Rule 1: =AND(A2=2,B2=2)
Choose YELLOW colour as fill
Rule 2:=AND(A2=2,B2=3)
Choose RED colour as fill
3) Apply Conditional Formatting to C3 cell using formula:
Rule 1: =AND(A3=1,B3=2)
Choose GREEN colour as fill
Rule 2:=AND(A3=1,B3=3)
Choose YELLOW colour as fill
Please, tell us if it worked for you.
Is it what you want?
I hope it helps.
Try to use:
1) Apply Conditional Formatting to C1 cell using formula:
Rule 1:=AND(A1=3,B1=1)
Choose RED colour as fill
2) Apply Conditional Formatting to C2 cell using formula:
Rule 1: =AND(A2=2,B2=2)
Choose YELLOW colour as fill
Rule 2:=AND(A2=2,B2=3)
Choose RED colour as fill
3) Apply Conditional Formatting to C3 cell using formula:
Rule 1: =AND(A3=1,B3=2)
Choose GREEN colour as fill
Rule 2:=AND(A3=1,B3=3)
Choose YELLOW colour as fill
Please, tell us if it worked for you.
Is it what you want?
I hope it helps.