Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default Help with completion date formula

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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Help with completion date formula

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.

"Richard" wrote:

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!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 419
Default Help with completion date formula

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





"Richard" wrote in message
...
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!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Help with completion date formula

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?


--
Biff
Microsoft Excel MVP


"Richard" wrote in message
...
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!



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
Conditional Formatting €“ Due Date, Warning - Completion TJehn Excel Discussion (Misc queries) 1 February 2nd 08 06:23 PM
Conditional Formatting €“ Due Date, Warning - Completion TJehn Excel Discussion (Misc queries) 1 February 1st 08 07:14 AM
Date stamp spreadsheet in excel to remind me of completion date Big fella Excel Worksheet Functions 1 October 18th 05 04:10 PM
Completion Percentage of a date range Brian Excel Discussion (Misc queries) 4 March 4th 05 05:49 PM
Estimated date of completion Anderson Excel Worksheet Functions 1 November 26th 04 03:32 PM


All times are GMT +1. The time now is 02:19 AM.

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

About Us

"It's about Microsoft Excel"