Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Calculate end date and time

I am working on a trip planning worksheet for my spouse to use.

I have the sheet set up to take the following
A1 = Miles from previous
A2 = Miles loaded
A3 = Previous Hours
A4 = Hours needed [formula = (a1+a2)/50+a3]
A5 = DOT breaks needed [formula = a4/11]
A6 = total hours to complete [formula = (c5*10)+c4]

B4 = (a1+a2)/50+a3
B5 = a4/11

C4 = roundup(b4,0)
C5 = rounddown(b5,0)

I would like to take the result of A6 and calculate a end date and time based on a manually entered start date and time.

Any advice on a formula that will accomplish this?

Thanks in advance!

Last edited by chciknwing : February 2nd 14 at 01:55 AM
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,045
Default Calculate end date and time

On Sun, 2 Feb 2014 01:50:37 +0000, chciknwing wrote:


I am working on a trip planning worksheet for my spouse to use.

I have the sheet set up to take the following
A1 = Miles from previous
A2 = Miles loaded
A3 = Previous Hours
A4 = Hours needed [formula = (a1+a2)/50+a3]
A5 = DOT breaks needed [formula = a4/11]
A6 = total hours to complete [formula = (c5*10)+c4]

B4 = (a1+a2)/50+a3
B5 = a4/11

C4 = roundup(b4,0)
C5 = rounddown(b5,0)

I would like to take the result of A6 and calculate a end date and time
based on a manually entered start date and time.

Any advice on a formula that will accomplish this?

Thanks in advance!


Excel stores time as days and fractions of a day. So if A6 units is a decimal number representing the hours, divide it by 24 and add it to the manuallay entered date and time.

e.g:

B1: 2/15/2014 8 AM

End date: =B1+A6/24
Format as m/d/yyyy h:mm AM/PM (or however you want)
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
Calculate within a time range with only start date and end date LEG Excel Worksheet Functions 2 October 8th 09 07:25 PM
Excel 2007 calculate time between 2 date/time columns Kevo Excel Discussion (Misc queries) 8 April 25th 09 12:02 AM
Trying to calculate end date using order date and lead time variab BWA Excel Worksheet Functions 3 August 15th 08 04:48 PM
How to calculate the MTBF for time and date. RMC Excel Programming 0 November 3rd 06 01:35 AM
How to calculate date and time kasey Excel Discussion (Misc queries) 21 July 8th 05 02:03 AM


All times are GMT +1. The time now is 12:49 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"