Problem with adding time values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I get following data with leading space infront of the values. I tried
pretty much everything suggested in news group, anywhere from formatting the
cells to removing space and adding. All I get is 00:00:00 in the result cell.
However, if I manually remove space infront of each value the sum works fine.
Removing space manually is not very productive. I would appreciate if anyone
encountered similar problems before and had resolved it.

02:47:19
00:00:01
00:29:19
00:26:17
0:00

Regards,

Dan Rao
 
How are you adding them? How are you inputting the times? Is this imported
data?

If it is imported, you would need to use Data->Text to Columns and then cut
and paste back to the first row.
 
I get data in a .csv file. Once I import data I formatt the column with
Custom (hh:mm:ss) and sum the values.

Dan Rao
 
So then they are imported with a space. Data->Text to Columns should work
nicely to remove the spaces. This seperates the space and time into two
columns. You will then have to delete the first column. You should then be
able to format as time, and should not have any problems summing the time.
 

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

Similar Threads

Problem formatting dates from CSV file 2
Conditional Time Calculation 10
Time query 9
Adding up time values 11
IF calculation of Time 2
Peak call times/hours 2
Time Sum in Excel 1
Excel time leading 1st ZERO 3

Back
Top