Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Martin B
 
Posts: n/a
Default Another time addition problem

I am trying to develop a spreadsheet to schedule production batches. With some help from the group I have been able to get cells to predict completion times based on a start time and duration.

My current problem is that the duration time is a value calculated from the average parts per hour and the batch size i.e. 200 at 28/hr = 7.1 hours. this is a general number but requires to be in time format for the completion time to be calculated. If I format the cell to hh the value changes to 03

How can I get the general format result of the duration calculation into a time format that can be added to a cell formatted ddd hh:mm to give a result in ddd hh:mm

Hope that makes sense

Thanks in anticipation of any assistance

Martin
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Another time addition problem

=7.1/24

will give you the excel time value


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"Martin B" wrote in message
...
I am trying to develop a spreadsheet to schedule production batches. With
some help from the group I have been able to get cells to predict completion
times based on a start time and duration.

My current problem is that the duration time is a value calculated from the
average parts per hour and the batch size i.e. 200 at 28/hr = 7.1 hours.
this is a general number but requires to be in time format for the
completion time to be calculated. If I format the cell to hh the value
changes to 03

How can I get the general format result of the duration calculation into a
time format that can be added to a cell formatted ddd hh:mm to give a result
in ddd hh:mm

Hope that makes sense

Thanks in anticipation of any assistance

Martin


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Another time addition problem

Martin,

You are calculating the decimal number of hours, not in time. Time is stored
as a fraction of 1 day, so hours is held as .3333333 for instance. So you
need to convert that 7.1 to the same decimal type, and to do that you need
to divide by 24 (24 hours in 1 day).

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Martin B" wrote in message
...
I am trying to develop a spreadsheet to schedule production batches. With
some help from the group I have been able to get cells to predict completion
times based on a start time and duration.

My current problem is that the duration time is a value calculated from the
average parts per hour and the batch size i.e. 200 at 28/hr = 7.1 hours.
this is a general number but requires to be in time format for the
completion time to be calculated. If I format the cell to hh the value
changes to 03

How can I get the general format result of the duration calculation into a
time format that can be added to a cell formatted ddd hh:mm to give a result
in ddd hh:mm

Hope that makes sense

Thanks in anticipation of any assistance

Martin


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
Date & Time problem ckiraly Excel Worksheet Functions 2 August 15th 05 01:13 PM
1/0/1900 10:18:48 AM Time problem canix Excel Worksheet Functions 7 August 6th 05 03:41 AM
Problem With Date and Time Picker Control 6.0 Sunnous Excel Discussion (Misc queries) 1 May 27th 05 04:23 PM
Problem with time calc Tom Excel Worksheet Functions 2 November 6th 04 12:04 PM


All times are GMT +1. The time now is 11:40 AM.

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"