View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Daren Daren is offline
external usenet poster
 
Posts: 162
Default IF statement to evaluate time data

Thanks. Tried that as k1<=0.00347 but it still returned false

"Dave Patrick" wrote:

The serialized value of 0:05:00 = 0.00347222222222222

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Daren" wrote:
| Tried that but it returns it as false. This may have something to do with
| the 0:05
| formatting in the cell that I want to evaluate. That is, the 0:05 in k1 is
| returned based on an IF statement itself. Might this affect the result of
| getting false? Do you have other suggestions?
|
| Thanks.