#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default calculate time

We export information from our ERP system on how long it takes to do a
certain process to a part. The format is automatically a percentage of an
hour. For example, to run a part through a lathe takes 0.50 which is 30
minutes. Each part goes through different procedures and has 4 or 5
different times associated with it.

2 questions:

1) I need it to show the time as hh:mm:ss so it's easier to understand
AND
2) I then need to add up the time for any given part

I can get a cell to show hh:mm:ss by using this formula:
=TEXT(D2/24, "hh:mm:ss"). But, then I can't add the time up to get a total
for that part. I'm guessing it's because it's formatted as text.

Any suggestions on how to accomplish this???
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 180
Default calculate time

Leave out the TEXT part of your formula; just =D2/24. Then format the cell
as a time value. That leaves it as a number so it can be added (just be sure
to format the sum as a time value as well).

"Karla V" wrote:

We export information from our ERP system on how long it takes to do a
certain process to a part. The format is automatically a percentage of an
hour. For example, to run a part through a lathe takes 0.50 which is 30
minutes. Each part goes through different procedures and has 4 or 5
different times associated with it.

2 questions:

1) I need it to show the time as hh:mm:ss so it's easier to understand
AND
2) I then need to add up the time for any given part

I can get a cell to show hh:mm:ss by using this formula:
=TEXT(D2/24, "hh:mm:ss"). But, then I can't add the time up to get a total
for that part. I'm guessing it's because it's formatted as text.

Any suggestions on how to accomplish this???

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default calculate time

Thank you! Thank you! Thank you!


"bpeltzer" wrote:

Leave out the TEXT part of your formula; just =D2/24. Then format the cell
as a time value. That leaves it as a number so it can be added (just be sure
to format the sum as a time value as well).

"Karla V" wrote:

We export information from our ERP system on how long it takes to do a
certain process to a part. The format is automatically a percentage of an
hour. For example, to run a part through a lathe takes 0.50 which is 30
minutes. Each part goes through different procedures and has 4 or 5
different times associated with it.

2 questions:

1) I need it to show the time as hh:mm:ss so it's easier to understand
AND
2) I then need to add up the time for any given part

I can get a cell to show hh:mm:ss by using this formula:
=TEXT(D2/24, "hh:mm:ss"). But, then I can't add the time up to get a total
for that part. I'm guessing it's because it's formatted as text.

Any suggestions on how to accomplish this???

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
time sheet drop down lists Steve Excel Discussion (Misc queries) 12 March 18th 06 10:30 PM
Calculate the time an employee signed in and out plus rate per hr Allan Excel Discussion (Misc queries) 2 November 7th 05 11:01 PM
HOW DO I CALCULATE TIME IN A TIME SHEET FOR EXCEL RAFAEL New Users to Excel 1 June 26th 05 11:32 PM
Calculate time Rao Ratan Singh Excel Discussion (Misc queries) 2 March 17th 05 02:28 PM
Calculate between two time formats john86 Excel Worksheet Functions 3 February 11th 05 11:51 PM


All times are GMT +1. The time now is 06:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"