Hi Excel Experts,
In our organisation, all our monthly reports are from 26th of current month 25th of subsequent month. I have created a formula to pick the month based on the same. However i have a small problem with the same when there are months with 31 and 30 days.
=TEXT(IF(DAY($L2)<26,DATE(YEAR($L2),MONTH($L2),DAY($L2)),DATE(YEAR($L2),MONTH($L2)+1,DAY($L2))),"mmmm-yy")
In the above formula if the date is 31st-Oct then the month comes as December and not November since there are only 30 days in nov. is there a way to fix this.
Regards
Baiju