Time Calculation Formula

mizzmeeshelly

New Member
Joined
Aug 1, 2018
Messages
5
Hi all,

I have a column with the start time and a column with a minute duration. Can you help me put that into a formula on the next column that calculate the "end time"?

Ex:

Start timeDuration by MinutesEnd Time
9:00 am60?
11:00 am120?

<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>
Thank you.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Maybe...

Excel Workbook
ABCD
19:00 AM309:30 AM
211:00 AM1201:00 PM
Sheet1


Although strictly speaking you don't need the brackets :biggrin:
 
Last edited:
Upvote 0
It works! Thank you so much!! :)

Maybe...

Sheet1

ABCD
19:00 AM30 9:30 AM
211:00 AM120 1:00 PM

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:182px;"><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
D1=A1+(B1/1440)
D2=A2+(B2/1440)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4

Although strictly speaking you don't need the brackets :biggrin:
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,435
Members
448,898
Latest member
dukenia71

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top