Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to get a dates to fill in after typing in the first one. I need
if for loan payment schedules, work schedules, etc. If I type in 1/31/05 in the first cell I would like 2/28/05 in the next cell, 3/31/05 in the next etc. I can't figure out a formula to do this, is there a way? Jeff |
#2
![]() |
|||
|
|||
![]()
With your 1st date in A1:
In A2 enter and fill down =IF(A1<"",EOMONTH(A1,1),"") JPreeshl wrote: I am trying to get a dates to fill in after typing in the first one. I need if for loan payment schedules, work schedules, etc. If I type in 1/31/05 in the first cell I would like 2/28/05 in the next cell, 3/31/05 in the next etc. I can't figure out a formula to do this, is there a way? Jeff |
#3
![]() |
|||
|
|||
![]()
Type your first two month-ends in your top two cells...........then
highlight BOTH and grab the little black square in the lower right corner of the lower one and drag it down as far as you want.........the cells should fill automatically........ Vaya con Dios, Chuck, CABGx3 "JPreeshl" wrote in message ... I am trying to get a dates to fill in after typing in the first one. I need if for loan payment schedules, work schedules, etc. If I type in 1/31/05 in the first cell I would like 2/28/05 in the next cell, 3/31/05 in the next etc. I can't figure out a formula to do this, is there a way? Jeff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
date and time | New Users to Excel | |||
Date issue between Windows and Macintosh version | Excel Discussion (Misc queries) | |||
Why can't I type in a date? | Excel Discussion (Misc queries) | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
Using formulas to determine date in one cell based on date in anot | Excel Worksheet Functions |