conditional format

JOEE1979

Active Member
Joined
Dec 18, 2022
Messages
250
Office Version
  1. 365
Platform
  1. Windows
I have a conditional format (cell value of N4:N27 is greater than N1 then highlight cell) but it dont work, not sure why.

Weekday Bus Cycling - January 2023 - steeprock.xlsx
N
119:17:02
2Sign on
3
410:05:00
510:40:00
611:50:00
712:05:00
812:19:00
912:50:00
1013:20:00
1113:30:00
1213:35:00
1313:55:00
1414:05:00
1514:20:00
1614:30:00
1714:45:00
1815:05:00
1921:30:00
20
21
22
23
2410:45:00
25
26
27
Table 1
Cell Formulas
RangeFormula
N1N1=NOW()
Cells with Conditional Formatting
CellConditionCell FormatStop If True
N4:N27Cell Value>=$N$1textNO
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
NOW() includes the date and time so will be something like 44982.4832
Therefore your other time values in col N will never be greater than N1
Try this formula in N1 instead

Excel Formula:
=MOD(NOW(),1)
 
Upvote 0
Solution
NOW() includes the date and time so will be something like 44982.4832
Therefore your other time values in col N will never be greater than N1
Try this formula in N1 instead

Excel Formula:
=MOD(NOW(),1)
worked, thanks
 
Upvote 0
You're welcome. Thanks for the confirmation. :)
 
Upvote 0

Forum statistics

Threads
1,214,972
Messages
6,122,530
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top