Conditions Not Accurate when subtracting time

S

sly411

When I subtract two times e.g.
b1 is 21:35
a1 is 20:55
the answer shows correctly i.e. 40:00 (using [m]:ss format) but when I set
the condition b1-a1>15 the answer is FALSE.

How do I subract two times and then check if the result is greater than a
value I specify?
 
M

Mike H

Hi,

=B1-A1>TIME(0,15,0)
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
S

sly411

Perfect, thanks

Mike H said:
Hi,

=B1-A1>TIME(0,15,0)
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


sly411 said:
When I subtract two times e.g.
b1 is 21:35
a1 is 20:55
the answer shows correctly i.e. 40:00 (using [m]:ss format) but when I set
the condition b1-a1>15 the answer is FALSE.

How do I subract two times and then check if the result is greater than a
value I specify?
 

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

Similar Threads


Top