A
azidrane
I'm stumped.
I have a column that I'm trying to sum up. The column looks like this
A
1 11:59:37
2 18:13:29
3 12:48:39
Its in hh:mm:ss format and its pasted here in text, so its not an
actual value. Now when I do something like:
=A1+A2
I get the correct answer in the Excel decimal date format (1.259097222)
But if i do this:
=Sum(A1:A2)
I get a ZERO.
I can add as many as I want in this format:
=A1+A2+A3
and so on and it will continue to work. But the sum NEVER works.
Why, and more importantly, how do I fix it?
I have a column that I'm trying to sum up. The column looks like this
A
1 11:59:37
2 18:13:29
3 12:48:39
Its in hh:mm:ss format and its pasted here in text, so its not an
actual value. Now when I do something like:
=A1+A2
I get the correct answer in the Excel decimal date format (1.259097222)
But if i do this:
=Sum(A1:A2)
I get a ZERO.
I can add as many as I want in this format:
=A1+A2+A3
and so on and it will continue to work. But the sum NEVER works.
Why, and more importantly, how do I fix it?