Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to get the previous month of Today() ?
Hello Suvechha,
Just use
=Month(Addmonths(Today(),-1))
Regards
Kiran Rode
Hi,
AddMonths(Month(Today()),-1)
Regards,
Hello Suvechha,
Just use
=Month(Addmonths(Today(),-1))
Regards
Kiran Rode
Addmonths(now(), -1)
Try this:
=Date(AddMonths(today(),-1),'MMM')