I am having trouble adding conditional formatting to one cell. I have developed an attendance Grid. This is how we want it to function:
When column C "Accumulated points" reaches 20, highlight column C Yellow.
Column H and J or manual fields.
When column C reaches column H's number + 4 Column C Turns Orange
When column C reaches Column J's number + 4 Column C Turns Red
I have tried several different way to make this happen and in testing, it does not work properly.
Anyone have any ideas?
When column C "Accumulated points" reaches 20, highlight column C Yellow.
Column H and J or manual fields.
When column C reaches column H's number + 4 Column C Turns Orange
When column C reaches Column J's number + 4 Column C Turns Red
I have tried several different way to make this happen and in testing, it does not work properly.
Anyone have any ideas?
Copy of 02022024 Test Workbook Updatesv3.xlsx | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | ||||||
17 | Employee ID Number | Employee Name | Accumulated Points | Date First Written Presented | Total Points on First Written | Date Second Written Presented | Total Points on Second Written | 1/1 | 1/2 | 1/3 | 1/4 | 1/5 | 1/8 | 1/9 | 1/10 | 1/11 | 1/12 | 1/15 | 1/16 | 1/17 | 1/18 | 1/19 | 1/22 | 1/23 | 1/24 | 1/25 | 1/26 | |||||
18 | 123456 | Doe, Jane | 0 | |||||||||||||||||||||||||||||
19 | 0 | |||||||||||||||||||||||||||||||
20 | 0 | |||||||||||||||||||||||||||||||
Log |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C18:C20 | C18 | =SUM(K18:NM18) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
C18:C513 | Cell Value | =0 | text | NO |
C18:C513 | Expression | =D18=5 | text | NO |
C18:C513 | Expression | =D18=2 | text | NO |
C18:C513 | Expression | =C18>19.99 | text | NO |