Increment formula for time

L

Ltat42a

Can a formula be used to increment times in a cell?

A2 = 08/02/2006 2:00pm
A3 = same date + 3 hrs (5pm)
A4 = same date + 3 hrs (8pm)
A5 = same date + 3 hrs (11pm)
A6 = 08/03/2006 2:00am
etc
etc
etc


Thanx
 
G

Guest

Hi

Excel stores one day as 1. So three hours is 1/8 - as 3 hours is one eigth
of a day. To increment by three hours, simply add 0.125

Hope this helps.
Andy.
 
O

oldchippy

Ltat42a said:
Can a formula be used to increment times in a cell?

A2 = 08/02/2006 2:00pm
A3 = same date + 3 hrs (5pm)
A4 = same date + 3 hrs (8pm)
A5 = same date + 3 hrs (11pm)
A6 = 08/03/2006 2:00am
etc
etc
etc


Thanx
Hi Ltat42a,

Try something like this

Enter date in A2 in 24hour format

08/02/2006 14:00

In cell B1 type 3:00 (represents 3 hours and will automatically forma
to time)

In A3 type formula

=A2 + $B$1

Copy this down, date will increment by 3 hours

oldchippy :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top