Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am interested in an expression that will return the previous month end date. I was able to figure out that MonthEnd(today()) gives the current month's end date. I just want it for the month before instead. Is there an easy way to do this? Thanks.
try:
=date(monthstart(today())-1)
Try this:
=Monthend(MonthStart(today())-1)
Eduardo
monthend(today(),-1)