Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Genuises,
I have to find the monthname of the month lying two months back from todays date
I am using the formula =month(Today())-2), it gives me as 5 but I want this five to be displayed as May.
I want all this to be implemented in the script.
Thanks,
Shashank
Hi
Try like this
=Month(Floor(AddMonths(Today(),-2)))
Hi
Try like this
=Month(Floor(AddMonths(Today(),-2)))
Thanks a lot Boss
Month(AddMonths(Today(),-2))