Dragging year - Ajit

G

Guest

I entered the month Apr, 2000 in Cell A1 and after dragging I
want excel to enter May 2000, Jun 2000. But after dragging,
it increaments the year keeping the month as Apr. How can I solve this?

Ajit

-- Knowldege is Power
 
A

Arvi Laanemets

Hi

Enter into A1 date 1st April 2005 (p.e. 1.4.5) and format as "mmm, yyyy"
Select the range of cells, you want to fill with months. From Edit menu,
select Fill.Series, set Date Unit to Month, and click on OK.

Another way is to use formulas, so that rest of months are adjusted
depending on date in A1.
(I think you want months in row 1)
B1=DATE(YEAR($A$1),MONTH($A$1)+COLUMN()-1,1)
copy to right for as many columns as you need, and format like A1.
 
R

R.VENKATARAMAN

yet another way after entering 4/1/05 format as april 05 and now drag down
with right bottom cursor (it will turn into +) you will get may 2005 etc
whichever you are comfortable with it is ok
mine excel 2000
 

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

days and dates - ajit 1
Copying year 2
Calendar - Ajit 2
conditional if -ajit 3
How to change the year digit? 4
days in month - Ajit 11
How to set the function - countif? 4
Excel Vba to change displayed year automatically. 14

Top