Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi guys, i have a problem,
i have this
=Day(date(MonthStart(max(FilterDate)),'DD-MMM-YYYY'))
how to add month + 1 on that FilterDate ?
thanks
thank you so much !
i used this
date(AddMonths(max(FilterDate),1),'DD-MMM-YYYY')
Try this:
Day(date(MonthStart(AddMonths(max(FilterDate),1)),'DD-MMM-YYYY'))
thank you so much !
i used this
date(AddMonths(max(FilterDate),1),'DD-MMM-YYYY')