Ken Wright said:
Use =NOW() and format the cell as hh:mm
If you don't want the date in the underlying data, then you could use =NOW()-TODAY(), but not sure
what it buys you that the formatting won't.
--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL2K & XLXP
-------------------------------------------------------------------------- --
Attitude - A little thing that makes a BIG difference
-------------------------------------------------------------------------- --
Thanks, unfortunatly that doesn't help me out very much (or at least i can't
see if it does). You see, what I am actually trying to do is conditional
formatting on a cell, marking it a certain colour if todays date is after
the date in A1 and the time is also after the time in F1. The current
formula I have tried is:
=AND($A1<=TODAY(),$F1<=NOW())
Unfortunatly this will not work because the now() value includes the date
and the number representing it therefore is a number about 38000 whereas the
value in F1 does not include a date and is therefore a very small decimal of
0.833333...
Is there any way that I can represent the current time in a conditional
formatting formula in order to achieve this?
Many Thanks