Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
how to get date 5th from current month and next month and previous month?
can you please help me
This works for me:
=date(monthstart(today(),-1)+4)
=date(monthstart(today())+4)
=date(monthstart(today(),1)+4)
This works for me:
=date(monthstart(today(),-1)+4)
=date(monthstart(today())+4)
=date(monthstart(today(),1)+4)
@paulwalker If my answer worked for you as well, please mark it as correct, so others can benefit from your question as well. 👍