Excel

G

Guest

I have a spreadsheet that calculates hours and minutes. I know need to
insert a column to give me a total hours and minutes. How do I do this? I
have tried the @sum function but is not correct.

Thanks,
Miriam
 
V

VBA Noob

Say you want to total

A1 18:00
B1 07:00


enter this in C1 =SUM(A1:A2) and format cell as [h]:mm

VBA Noob
 

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