I'm seriously stuck on this one.
The column "N" is times my drivers are supposed to be at their cars.
The column is highlighted yellow, showing me how many more runs my drivers have for the day.
In N3 I want to put a number (for example 4) that's how many trucks I have ready to be sent out.
How would I be able to use the number in "N3" and it will take the yellow highlights and make them green letting me know that my shipments are safe until a certain time?
Keep in mind that I have a top section and a bottom section, but I need them both to work together.
Thanks
The column "N" is times my drivers are supposed to be at their cars.
The column is highlighted yellow, showing me how many more runs my drivers have for the day.
In N3 I want to put a number (for example 4) that's how many trucks I have ready to be sent out.
How would I be able to use the number in "N3" and it will take the yellow highlights and make them green letting me know that my shipments are safe until a certain time?
Keep in mind that I have a top section and a bottom section, but I need them both to work together.
Thanks
Weekday Bus Cycling - copy.xlsx | |||
---|---|---|---|
N | |||
1 | |||
2 | Sign on | ||
3 | |||
4 | 10:05 | ||
5 | 15:00 | ||
6 | 16:00 | ||
7 | 18:00 | ||
8 | |||
9 | 20:00 | ||
10 | |||
11 | |||
12 | 4 | ||
13 | |||
14 | |||
15 | Sign on | ||
16 | |||
17 | 11:35 | ||
18 | 12:02 | ||
19 | 12:20 | ||
20 | 12:25 | ||
21 | 16:00 | ||
22 | 17:00 | ||
23 | 18:00 | ||
24 | |||
25 | |||
26 | 12:00 | ||
27 | 16:00 | ||
28 | 19:00 | ||
29 | |||
30 | 5 | ||
31 | |||
32 | |||
Steeprock |
Cell Formulas | ||
---|---|---|
Range | Formula | |
N12 | N12 | =COUNTIF(N4:N11,">="&$A$1) |
N30 | N30 | =COUNTIF(N17:N29,">="&$A$1) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
D4:D11,N4:N11,D17:D29,N17:N29 | Cell Value | >MOD(NOW(),1) | text | NO |