time adding in excell

  • Thread starter Thread starter Don Scarbrough
  • Start date Start date
D

Don Scarbrough

according to the help in Excell-2000 it says to add time
use this formula if the result is to be over 24 hours---
=Sum(cell:cell)*24 the problem is it doesnt work --the
only sum it comes up with is 0:00
 
Don,

The problem here is that by multiplying the sum by 24, you are changing to
a decimal number of hours, but because you are summing time, the result cell
format defaults to time.

Solution, format the result cell as number, or leave it as time and don't
multiply by 24.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
-----Original Message-----
Don,

The problem here is that by multiplying the sum by 24, you are changing to
a decimal number of hours, but because you are summing time, the result cell
format defaults to time.

Solution, format the result cell as number, or leave it as time and don't
multiply by 24.

-- It makes no difference how I format it --it just does not add the cells

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)




.
 
Oh, and if using time format it as [hh:mm] as it will probably exceed 24
hours.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Hi,
Lets assume that in A1 you have 12:40 and A2 11:30 .
In A3 Sum(A1:A2) and format A3 [h]:mm which shall result to 24:10

Gaftali
 

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