Dragging year - Ajit

A

Ajit Munj

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.
 

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