Sum Time

C

cliffbellis766@

Hi there - and HELP!!! with another probably simple thing, but spent
ages looking for an answer to no avail.
Have hours in cell A1 and minutes in cell A2 and looking for cell A3 to
read total, but all readings are over the 24 hours. e.g:

32 hrs(A1) 30 min(A2) 32:30(A3)

So far in A3 tried =SUM(TIME(A1,A2,0)) with A3 formatted as [h]:mm, and
tried various other formats and formulas, but it still won't read over
24 hours. Also tried in A3 just =TIME(A1,A2,0).
Am truly stuck.
All the best
Cliff
 
D

daddylonglegs

I'm assuming you just have the numbers 32 and 30 in cells A1 and A2

try either

=(A1+A2/60)/24

or

=(A1&":"&A2)+0

for either format as [h]:mm
 

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

Top