Dates

rbahbah

Board Regular
Joined
Oct 23, 2008
Messages
63
Hi all,

For any given month, say February for example, I'd like excel to list

Wednesday February 01, 2009
Thursday February 02, 2009
etc.

If I change February to March, excel should automatically list the days in March.

Anyone?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
But still, that would require the person to type in "02/01/2009" and I just want them to use "February" instead of typing the actual date.
 
Upvote 0
you may be abel to do this with VBA, i dont think you can do this with formulas, but i dont know, im better with VBA, then formulas, but i do know that you can not do it with a formula in the same cell, you can all so have them just type =now() for todays date. in a cell.
 
Upvote 0
Lets assume that the month as Text will be put in A1, either in long or short form, e.g. "March" or "Mar"

Put this formula in A2 copied down to A32

=IF(A1="","",IF(ISERR((ROWS(A$2:A2)&A$1)+0),"",TEXT((ROWS(A$2:A2)&A$1)+0,"dddd mmmm dd, yyyy")))

Year will always be the current year......
 
Upvote 0

Forum statistics

Threads
1,214,958
Messages
6,122,475
Members
449,087
Latest member
RExcelSearch

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