ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Add 15 minutes (https://www.excelbanter.com/excel-worksheet-functions/64377-add-15-minutes.html)

Jaye

Add 15 minutes
 
I would like a formula to add 15 minutes to a column of times formatted as:
h:mm:ss AM/PM, so if:

A1 were equal to 5:00:00 PM, I would like a formula for B1 to produce
5:15:00 PM.



Peo Sjoblom

Add 15 minutes
 
put 0:15:00 in an empty cell, format it the same way the cells you want to
add to, copy it, select all cells and do editpaste special and select add

--
Regards,

Peo Sjoblom

Portland, Oregon




"Jaye" wrote in message
...
I would like a formula to add 15 minutes to a column of times formatted as:
h:mm:ss AM/PM, so if:

A1 were equal to 5:00:00 PM, I would like a formula for B1 to produce
5:15:00 PM.



Biff

Add 15 minutes
 
Hi!

Enter this in B1:

=A1+TIME(0,15,0)

Or:

=A1+15/1440

Or:

If you want to do it in place:

In an empty cell enter:

=15/1440

Then, copy that cell. Now, select the range of time entries in column A.
Then do EditPaste SpecialAddOK.

Reformat the cells as TIME. Delete the helper cell.

Biff

"Jaye" wrote in message
...
I would like a formula to add 15 minutes to a column of times formatted as:
h:mm:ss AM/PM, so if:

A1 were equal to 5:00:00 PM, I would like a formula for B1 to produce
5:15:00 PM.




Ron Rosenfeld

Add 15 minutes
 
On Tue, 10 Jan 2006 22:18:56 -0500, "Jaye" wrote:

I would like a formula to add 15 minutes to a column of times formatted as:
h:mm:ss AM/PM, so if:

A1 were equal to 5:00:00 PM, I would like a formula for B1 to produce
5:15:00 PM.


=A1+time(0,15,0)


--ron


All times are GMT +1. The time now is 03:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com