Help with Dates..

SeanM

New Member
Joined
May 1, 2002
Messages
3
Hi, I hope someone can help with this...

If I have a month in one cell (eg. May), how can i get
Excel to populate a column with the dates for that
particular month..

(Example:
May <----User inputs

Tuesday May 1 <-----Excel outputs
Wednesday May 2 <-----Excel outputs
....
....)

All the way to the end of the month..

Any help with this is greatly appreciated!!!
Thank-you
Sean
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Sean,

You can probably do this with one formula, but I split it into 2 formulas in the interest of time.

For the first date, use this formula (entered into b1):

=datevalue(a1&" 2002")

The second formula (in the cell below this one) would be:

=b1+1

The custom date format should be:

ddd MMM dd
 
Upvote 0
Click on the cell then put you mouse pointer on the fill handle at the bottom of the cell. Now drag it down and the dates will follow..............

Denny
 
Upvote 0
with your date in e1, and starting in row1, you could use
=IF(ISERR(($E$1&" "&ROW()&", "&YEAR(NOW()))+0),"",($E$1&" "&ROW()&", "&YEAR(NOW()))+0)

next copy it down 31 rows.


good luck
This message was edited by IML on 2002-05-02 09:37
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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