Formulas, question for Roger Govier

  • Thread starter Thread starter BigBuck98
  • Start date Start date
B

BigBuck98

Roger I have been looking at your reply of January 9th to Dave about his
question about a formula for tool rental. I have been trying to get this
formula to work, but I keep coming up with the answer 7920. In using
military in the time out and time in, do these cells need to be format a
special way? If so how do I do that, I think that may be what my problem is.
Thanks in advance,
Gordon
 
I bet you are entering time as 1100 and 1430. Roger's formula assumes 11:00
and 14:30. To make yours work, try

=(D1+TIME(INT(C1/100),MOD(C1,100),0))-(B1+TIME(INT(A1/100),MOD(A1,100),0))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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

Back
Top