excel formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

PLEASE HELP! I have used the 00:\00:\00 format to input times without having
to press the colon every time. Now though, when Excel tries to minus one time
from another, because of this formatting it only recognises times as numbers,
e.g. 12:15:30 - 12:14:50 Excel thinks this equals 00:00:80 !! Can anybody
help?! How do I get it to recognise that the answer is 00:01:20 ??? thank you
 
=TIME(INT(B1/10000)-INT(A1/10000),INT(MOD(B1,10000)/100)-INT(MOD(A1,10000)/1
00),MOD(B1,100)-MOD(A1,100))

and form at as time

--

HTH

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


Lexicon said:
PLEASE HELP! I have used the 00:\00:\00 format to input times without having
to press the colon every time. Now though, when Excel tries to minus one time
from another, because of this formatting it only recognises times as numbers,
e.g. 12:15:30 - 12:14:50 Excel thinks this equals 00:00:80 !! Can anybody
help?! How do I get it to recognise that the answer is 00:01:20 ??? thank
you
 

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