Generate all days of a month in Excel
Formula to get Number of days in the month (B2): =DAY(EOMONTH(B1,0))
Formula to generate all the days: =DATE(YEAR(B1),MONTH(B1),SEQUENCE(B2))
Formula to generate all the days: =DATE(YEAR(B1),MONTH(B1),SEQUENCE(B2))