Dates in rows for planner

bjcdude

New Member
Joined
Jul 24, 2008
Messages
1
Hi

I have recently working on a couple of weekly planners over 3 to 4 months and I have had the change the month and the day manually. I was wondering if there is an easier way to do this. The planner goes from monday to friday with saturday and sunday in the same column and the month and date are above the days of the week

Any help would be great

Thanks
Brian
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Excel holds dates as numbers (the number of days since 00/01/1900).
So you only have to enter one date with the others calculated.
For example:
In A1, enter a date.
B1 would then have the formula =A1+1
C1 would have then formula B1+1
etc.
If you want to show the month, date and day separately then you need to repeat the date.
For example:
In A1, enter a date.
A2 would be =A1
A3 would be =A1
All you then have to do is format the cells with a Custom Format.
A1 could be formatted as "mmmm" (without the quotes)
A2 could be "dd mmm yyyy" (without the quotes)
A3 could be "dddd" (without the quotes) or "ddd" if you want the 'short' format.
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,922
Members
449,094
Latest member
teemeren

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