Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do you have a beginning time then use the result of a formula that
calculates a certain # of minutes then adds the minutes to the beginning time and display the ending time? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How are the minutes calculated? As an integer like: 10 = 10 minutes?
A1 = 12:00 AM B1 = 10 =A1+B1/1440 Or: =A1+TIME(0,B1,0) Format as Time or custom h:mm -- Biff Microsoft Excel MVP "Calculate an ending time" <Calculate an ending wrote in message ... How do you have a beginning time then use the result of a formula that calculates a certain # of minutes then adds the minutes to the beginning time and display the ending time? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1+TIME(0,22,0)
to add 22 minutes....You can refer that to a cell.. and custom format the formula cell to [h]:mm (FormatCellsCustomType) If this post helps click Yes --------------- Jacob Skaria "Calculate an ending time" wrote: How do you have a beginning time then use the result of a formula that calculates a certain # of minutes then adds the minutes to the beginning time and display the ending time? |
#4
![]() |
|||
|
|||
![]()
To calculate the end time with the beginning time plus a certain number of minutes:
Use the following formula in Microsoft Excel: Formula:
To use this formula, replace "Beginning Time" with the cell reference of the beginning time and "Formula Minutes" with the number of minutes you want to add. The result will be the end time displayed in the format of "hh:mm:ss AM/PM". For example, if the beginning time is in cell A1 and you want to add 30 minutes, the formula would be: Formula:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate total time(hours/minutes) from text/custom format column | Excel Discussion (Misc queries) | |||
Formula to find Stop Time from Start Time and Total Minutes | Excel Worksheet Functions | |||
calculate time in days:hours:minutes | Excel Discussion (Misc queries) | |||
to calculate the difference between sign in and signout time in minutes. | Excel Worksheet Functions | |||
How do I set up a formula on a time sheet to calculate time in 1/. | Excel Discussion (Misc queries) |