Help with completion date formula

R

Richard

D1 as my start date, ColumnB as my Qty needed, ColumnC as my due date,
ColumnD as my completion date, ColumnF as number of hours it take ColumnB to
run. I have all the info I need except for the end result in ColumnD the
completion date. Thanks in advance!
 
J

Joel

time is in days so you must convert hours to days by dividing by 24.

for data in row 5
Cell D5
=(F5/24)+D1

Make sure the format for column D is a date format. Copy formula down
column D.
 
C

Conan Kelly

Richard,

Column F is the number of hours it takes for each unit to run, or for the
number of units in Qty Needed to run?

Is the number of hours in decimal format (35.5 hours) or an XL time format
(35:30)?

How about number of work/processing/manufacturing hours in a day? ...8?
....10? ...24?

Assuming data starts in row 4, Number of Hours is the time for Qty Needed,
Number of hours in decimal format, 24 working hours per day:
Enter this formula in D4:
=$D$1+(B4/24)

HTH,

Conan
 
T

T. Valko

Divide the hours by 24 then add that to the start date.

If the hours is 100, 100/24 = 4.166667

How do you want to handle the decimal part of 4.166667 days? Round up to 5?
Round down to 4?
 

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

Top