Unsolved
This post is more than 5 years old
4 Posts
0
5182
April 10th, 2008 22:00
Adding times and totalling in Excel 97
I have a copy of Excel 97 which I'm using to keep track of some music I have.
I'd like to add the times of each individual track I have entered in a column and total them at the bottom.
How do I format the column, and is there a specific formula to use?
I entered the times as 3:45, 10:17 and the like.
Any help would be appreciated.
Thanks!
No Events found!


txtchr
274 Posts
0
April 10th, 2008 23:00
babatank
4 Posts
0
April 11th, 2008 14:00
Thanks for the formatting help. I was hoping you'd say how to add as well. Never had to use it for that before, so I would appreciate the formula very much.
abach
1.7K Posts
0
April 12th, 2008 10:00
The SUM function will work until the total time exceeds 24 hours. To correctly add your times and display the SUM as total hours and minutes, format the cell that contains the SUM function as
[hh]:mm
abach
1.7K Posts
0
April 12th, 2008 14:00
If you're just looking to show total minutes (and not have a total that shows hours) change the format to
mm:ss
in the cell where the SUM function is used.
babatank
4 Posts
0
April 12th, 2008 14:00
Thanks. Already tried that.
What I'm trying to add up is track times, song lengths. Always in minutes and seconds, so I'm just looking for a 000:00 sum for a result.
I've tried formatting the cells as both "number" and "custom" (that's where the mm:ss category is), but the results I've been getting fall short of the actual time when added manually.
Must I enter the times as something other than 00:00? Perhaps I should enter and then paste special as formulas or something? I've tried a few combinations with little success. This is Excel 97, by the way.
babatank
4 Posts
0
April 25th, 2008 15:00
Thanks for your reply. I'm probably closer to getting what I need now but still not quite there yet.
I formatted my column as "number", then "custom" (mm:ss). The times I have entered as 10:04, for example, suddenly change to 04:00. Perhaps this is a coding format, but I'd like to just show the actual times and add the minutes and seconds to get total minutes and seconds.
Must I first copy and paste as values or formats or add/subtract, etc.?
Could be gremlins . . .
Balaji Ramanath
2 Intern
•
1.8K Posts
0
April 25th, 2008 19:00