series / date help

  • Thread starter Thread starter fordguy
  • Start date Start date
F

fordguy

I understanding using the fill handle and the series command, But what i
need and cant get excel to do is to do a colum of this
01/10/03
01/25/03
02/10/03
02/25/03

with those exact dates add the month as it goes along ,u cant add 15
because of the different months have different days. and if drag the
fill handle down it just repeats the above.
 
Hi fordguy,

You can use this formula to fill the series in the way you want:

=IF(DAY(A4)=10,DATE(YEAR(A4),MONTH(A4),25),DATE(YEAR(A4),MONTH(A4)+1,10))

Just paste this below the last date you have and fill it down as long as
you want. In my case the last date was in A4 and I copied this to A5 ->.

- Asser
 

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

Similar Threads

Total 1
copying_data_using_FillHandle 1
Specific Date from a Range 3
UNABLE TO SORT DATE 1
Help for the formula 9
Date Axis 5
alternate rows with date 10
Find Period Date? 5

Back
Top