If Statement - in time not decimal minutes

G

Guest

Unfortunately, they are using time. Would I set the formula up to multiply by
1440? =IF(D2-C2)*1440<10,0,IF(D2-C2)*1440<60,1,"")) Thank you for your help!

Bob Phillips said:
I am assuming that you use decimal minutes (e.g. 10m for ten mins) not time
(00:10:00).

=IF(D2-C2<10,0,IF(D2-C2<60,1,""))

--

HTH

RP
(remove nothere from the email address if mailing direct)



Expand AllCollapse All
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top