Create a formula to fill in a date series without using

G

Guest

I have a column that is just a series of dates. I want this column to
automatically fill in according to the first date entered in the column. It
needs progress one month at a time.
 
G

Guest

excel 2003

put in first date
select cell and use "fill handle' to copy down as many rows as you wish
when you release you should see an autofill options box appear at theend of
the column select fill months
 
T

Tom Ogilvy

assume your date is in B1

in B2, put in

=DateSerial(Year(B1),Month(B1)+1,1)

then drag fill down the column - assume you don't mind filling the formula.

Putting all the information in the body of your email makes it easier to
understand what you want.
 

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