formula / math help

  • Thread starter Thread starter TP
  • Start date Start date
T

TP

I may be thick, but I need help reformatting imported data. The original
data is in mm:ss format, but when put in to Excel, 45:25 becomes 2725. If I
divide it by 60, I get 45.41667.

I need to maintain the integrity of the data on both a line-by-line basis
and when summed. So once I convert the following numbers to mm:ss, I
should be able to sum them and get 45:25


214
258
305
179
272
125
184
115
58
239
310
433
3
30

Thanks in advance!

Patti
 
Hi
could you explain a little bit more how the numbers from below should
be converted to mm:ss
 
Hi Frank,

Here is data from the original source & how Excel displays it. Right now it
is just mm:ss, but it could also be hh:mm:ss - especially in the totals row.
I need to be able to do calculations on the individual rows.

(If you notice any discrepancies in the original data column, I probably
made a typo)

Thank you!

Original Data Display when pasted in Excel
:03:34 214
:04:18 258
:05:05 305
:02:59 179
:04:32 272
:02:05 125
:03:04 184
:01:55 115
:00:58 58
:03:59 239
:05:10 310
:07:13 433
:00:03 3
:00:30 30
 
For the totals use a custom format [hh]:mm:ss or if you want decimal hours
use general format and multiply with 24
 
:03:34 214

Looks like the data was converted from mm:ss to just Minutes.
Divide 214 by 86400 to convert to a percentage of a day. Then format. It
will now total like you wish.
HTH.

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


Peo Sjoblom said:
For the totals use a custom format [hh]:mm:ss or if you want decimal hours
use general format and multiply with 24

--

Regards,

Peo Sjoblom

TP said:
Hi Frank,

Here is data from the original source & how Excel displays it. Right
now
 
Hi Dana.

divide by 1440 if it's in minutes
--

Regards,

Peo Sjoblom

Dana DeLouis said:
Looks like the data was converted from mm:ss to just Minutes.
Divide 214 by 86400 to convert to a percentage of a day. Then format. It
will now total like you wish.
HTH.

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


Peo Sjoblom said:
For the totals use a custom format [hh]:mm:ss or if you want decimal hours
use general format and multiply with 24

--

Regards,

Peo Sjoblom

TP said:
Hi Frank,

Here is data from the original source & how Excel displays it. Right
now
it
is just mm:ss, but it could also be hh:mm:ss - especially in the
totals
row.
I need to be able to do calculations on the individual rows.

(If you notice any discrepancies in the original data column, I probably
made a typo)

Thank you!

Original Data Display when pasted in Excel
:03:34 214
:04:18 258
:05:05 305
:02:59 179
:04:32 272
:02:05 125
:03:04 184
:01:55 115
:00:58 58
:03:59 239
:05:10 310
:07:13 433
:00:03 3
:00:30 30

--------------------
:45:25 2725 (Totals)




Hi
could you explain a little bit more how the numbers from below should
be converted to mm:ss

--
Regards
Frank Kabel
Frankfurt, Germany


TP wrote:
I may be thick, but I need help reformatting imported data. The
original data is in mm:ss format, but when put in to Excel, 45:25
becomes 2725. If I divide it by 60, I get 45.41667.

I need to maintain the integrity of the data on both a line-by-line
basis and when summed. So once I convert the following numbers to
mm:ss, I should be able to sum them and get 45:25


214
258
305
179
272
125
184
115
58
239
310
433
3
30

Thanks in advance!

Patti
 
Opps! Thanks. I did say that wrong. I think the 214 is the total number
of "Seconds" in 3:34 (3 Minutes, 34 Seconds)

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


Peo Sjoblom said:
Hi Dana.

divide by 1440 if it's in minutes
--

Regards,

Peo Sjoblom

Dana DeLouis said:
:03:34 214

Looks like the data was converted from mm:ss to just Minutes.
Divide 214 by 86400 to convert to a percentage of a day. Then format. It
will now total like you wish.
HTH.

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


Peo Sjoblom said:
For the totals use a custom format [hh]:mm:ss or if you want decimal hours
use general format and multiply with 24

--

Regards,

Peo Sjoblom

Hi Frank,

Here is data from the original source & how Excel displays it.
Right
now
it
is just mm:ss, but it could also be hh:mm:ss - especially in the totals
row.
I need to be able to do calculations on the individual rows.

(If you notice any discrepancies in the original data column, I probably
made a typo)

Thank you!

Original Data Display when pasted in Excel
:03:34 214
:04:18 258
:05:05 305
:02:59 179
:04:32 272
:02:05 125
:03:04 184
:01:55 115
:00:58 58
:03:59 239
:05:10 310
:07:13 433
:00:03 3
:00:30 30

--------------------
:45:25 2725 (Totals)




Hi
could you explain a little bit more how the numbers from below should
be converted to mm:ss

--
Regards
Frank Kabel
Frankfurt, Germany


TP wrote:
I may be thick, but I need help reformatting imported data. The
original data is in mm:ss format, but when put in to Excel, 45:25
becomes 2725. If I divide it by 60, I get 45.41667.

I need to maintain the integrity of the data on both a line-by-line
basis and when summed. So once I convert the following numbers to
mm:ss, I should be able to sum them and get 45:25


214
258
305
179
272
125
184
115
58
239
310
433
3
30

Thanks in advance!

Patti
 
Dana,

86400 did give me the correct result... thanks so much to all of you!!

Patti



Dana DeLouis said:
Opps! Thanks. I did say that wrong. I think the 214 is the total number
of "Seconds" in 3:34 (3 Minutes, 34 Seconds)

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


Peo Sjoblom said:
Hi Dana.

divide by 1440 if it's in minutes
--

Regards,

Peo Sjoblom

Dana DeLouis said:
:03:34 214

Looks like the data was converted from mm:ss to just Minutes.
Divide 214 by 86400 to convert to a percentage of a day. Then format. It
will now total like you wish.
HTH.

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


For the totals use a custom format [hh]:mm:ss or if you want decimal hours
use general format and multiply with 24

--

Regards,

Peo Sjoblom

Hi Frank,

Here is data from the original source & how Excel displays it. Right
now
it
is just mm:ss, but it could also be hh:mm:ss - especially in the totals
row.
I need to be able to do calculations on the individual rows.

(If you notice any discrepancies in the original data column, I probably
made a typo)

Thank you!

Original Data Display when pasted in Excel
:03:34 214
:04:18 258
:05:05 305
:02:59 179
:04:32 272
:02:05 125
:03:04 184
:01:55 115
:00:58 58
:03:59 239
:05:10 310
:07:13 433
:00:03 3
:00:30 30

--------------------
:45:25 2725 (Totals)




Hi
could you explain a little bit more how the numbers from below should
be converted to mm:ss

--
Regards
Frank Kabel
Frankfurt, Germany


TP wrote:
I may be thick, but I need help reformatting imported data. The
original data is in mm:ss format, but when put in to Excel, 45:25
becomes 2725. If I divide it by 60, I get 45.41667.

I need to maintain the integrity of the data on both a line-by-line
basis and when summed. So once I convert the following
numbers
to
mm:ss, I should be able to sum them and get 45:25


214
258
305
179
272
125
184
115
58
239
310
433
3
30

Thanks in advance!

Patti
 

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

Back
Top