![]() |
Adding Minutes to Time
How do I add one minute at a time to a formula ... i.e. if the first cell =
9:00 I want to be able to add one minute to the next cell to result in 9:01 .... the following cell to equal 9:02 and so on ... ? -- Ken |
Adding Minutes to Time
Try this:
Assume your first entry is made in cell A1. Enter this formula in A1 and copy down as needed: =TIME(9,ROWS(A$1:A1)-1,0) This will return 9:00 AM. Format as h:mm and it will display as 9:00. -- Biff Microsoft Excel MVP "Ken" wrote in message ... How do I add one minute at a time to a formula ... i.e. if the first cell = 9:00 I want to be able to add one minute to the next cell to result in 9:01 ... the following cell to equal 9:02 and so on ... ? -- Ken |
Adding Minutes to Time
Ken
You could put 9:00 in A1 and 9:01 in A2, select both and drag down as far as you need. Formate as time with or with out AM/PM and it will incement. Mike Rogers "Ken" wrote: How do I add one minute at a time to a formula ... i.e. if the first cell = 9:00 I want to be able to add one minute to the next cell to result in 9:01 ... the following cell to equal 9:02 and so on ... ? -- Ken |
Adding Minutes to Time
=A1+TIME(0,1,0) or =A1+"00:01"
-- David Biddulph "Ken" wrote in message ... How do I add one minute at a time to a formula ... i.e. if the first cell = 9:00 I want to be able to add one minute to the next cell to result in 9:01 ... the following cell to equal 9:02 and so on ... ? -- Ken |
All times are GMT +1. The time now is 02:45 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com