List of Days

annadinesh

Board Regular
Joined
Mar 1, 2017
Messages
133
Office Version
  1. 2019
Platform
  1. Windows
Dear Experts

Kindly Provide a formula to get list of dates for the month from Cell A4 to autofill to last date of the month.

and another formula for
list of Weekdays fo the month


Regards


Dinesh Saha
 
Month number is in A2.
In A4 copy down up to A35.
Excel Formula:
=IF(ROW()=4,DATE(2025,$A$2,1),IF($A3<>"",IF(MONTH($A3)=MONTH($A3+1),$A3+1,""),""))
 
Upvote 0

Forum statistics

Threads
1,226,831
Messages
6,193,207
Members
453,779
Latest member
C_Rules

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