Calendar based on Month selected

richblake74

Active Member
Joined
Dec 30, 2006
Messages
284
Office Version
  1. 365
Platform
  1. MacOS
Hello all,
A1 on sheet Log, will be a Month and Year only (Mar 2019)
A2 Should be first day of the month selected in A1,
Col A will have all the next dates of the month until the last 31st

But what I would like is if I select Feb 2019 in A1
all the col A fill up until the 28th Feb (Cell A29) A30 should be blank and A31 should also be blank.
Can someone help please.


Cheers
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
A2= =A1, set custom number format to 2.
A3= =IFERROR(IF(MONTH(A$1)=MONTH(A2+1), A2+1,""),""), and fill down to A31.
 
Upvote 0

Forum statistics

Threads
1,214,068
Messages
6,117,522
Members
448,765
Latest member
crobehh

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