Time calculations & text conversions

  • Thread starter Thread starter Kenny Hubbard
  • Start date Start date
K

Kenny Hubbard

Hi there,

I have a spreadsheet that gets filled in regularly and has a time(eg 456:56)
that keeps on accumulating.....this time is exported to a text file when the
worksheet is saved.

When a new master worksheet is opened, the text file is imported.....but I
have 2 problems :-

1. I am battling to get the computer to convert the text data type
back into a time data type; and
2. I need to be able to add to the time, which is over 24 hours. The
regular formatting thinks the the time must stop at 24 hours and therefore
produces incorrectly formatted data.

Any ideas would be greatly appreciated.

Thanks

Kenny
 
Kenny,

Excel stores time values as a number. To convert the time from a text
format, try using the VALUE function. If that doesn't work, look for
alternate ways to convert text to numbers.

To get the total time, apply this format to the cell with the total:

[h]:mm

This Microsoft Knowledgebase article on time calculations might help:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q214094
 

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