P
Phil C
Hi Guys
How do I test for a time-of-day entry being blank? The cell (say A1) is
obviously time formatted (hh:mm) but my usual method for the result cell:
=IF(A1="","",do whatever) doesn't work because the value in A1 is the wrong
type. Have also tried =IF(ISBLANK(A1),"",etc) but that doesn't work either.
When A1 is blank, the result cell displays #VALUE.
For information, the result cell (formatted as General) contains the
following formula: =24*60*IF(A1="","",A1-$C$14). C14 contains another time,
so this is basically a time subtraction problem, for which I need the
decimal result in minutes.
Thanks in advance
Phil
How do I test for a time-of-day entry being blank? The cell (say A1) is
obviously time formatted (hh:mm) but my usual method for the result cell:
=IF(A1="","",do whatever) doesn't work because the value in A1 is the wrong
type. Have also tried =IF(ISBLANK(A1),"",etc) but that doesn't work either.
When A1 is blank, the result cell displays #VALUE.
For information, the result cell (formatted as General) contains the
following formula: =24*60*IF(A1="","",A1-$C$14). C14 contains another time,
so this is basically a time subtraction problem, for which I need the
decimal result in minutes.
Thanks in advance
Phil