months

drchit

New Member
Joined
Aug 28, 2002
Messages
2
i want to construct a table where the months look like this...

5/18/02
6/18/02 and so on for two years, but i can't seem to drag the formula down. do i have to physically type the values into the formula or is there an alternative, thanks!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Try right-clicking and dragging then choose the Fill Months option from the pop-up. HTH.
 
Upvote 0
On 2002-08-29 00:44, drchit wrote:
i want to construct a table where the months look like this...

5/18/02
6/18/02 and so on for two years, but i can't seem to drag the formula down. do i have to physically type the values into the formula or is there an alternative, thanks!

In A1 enter: 5/18/02

In A2 enter one of & copy down:

=EDATE(A1,1)

=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
 
Upvote 0

Forum statistics

Threads
1,214,397
Messages
6,119,273
Members
448,883
Latest member
fyfe54

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top