RE: Calculating Times
- From: Luke M <LukeM@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 11 Aug 2009 11:23:01 -0700
It sounds like the download is inputting the time as text, instead of a
serial time value. Thus, when you use SUM, you get the value of 0 (SUM
ignores text).
A quick workaround if you expect future downloads might be to have a helper
column with this formula:
=TIMEVALUE(A2)
and then base your calculations off of this.
The other alternative it to input the value of 1 into a cell, copy that
cell, and then do a Paste Special - Multiply against all your times to force
them to become numbers.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
"Chris waller" wrote:
I have been helping a colleague with an Excel problem and to be honest it has.
got me stumped. My colleague is downloading a report from one system into an
Excel spreadsheet. A number of the columns contain time in the format
hh:mm:ss, however if you try to use the autosum or the = sum formula on them
and subsequently format the answer cell it shows 00:00:00, however if you go
into each cell edit (F2) and then press enter, it then includes the figures
in the total. As this could be a very laborious job depending how many cells
there are, I was wondering if anyone knew what was causing the problem and a
possible answer. I do have an abridged version of the file with me, so if
anyone needs to look at it, I could post to a convenient place. TIA
- References:
- Calculating Times
- From: Chris waller
- Calculating Times
- Prev by Date: Re: Excel formula help please?
- Next by Date: Re: Transforming data in column into a linear text string
- Previous by thread: Calculating Times
- Next by thread: Re: Calculating Times
- Index(es):
Relevant Pages
|