Hi there,
I'm trying to set up an IF formula to pull the Month from the "due date" row. I've been using the following formula:
IF(MONTH(DATE@row) = 1, "January", IF(MONTH(DATE@row) = 2, "February"....)
Although we have a cut off date which is the 25th of every month. All projects due after this date should be pushed to the next month. I was wondering if there's a way to create a date range so that when the day is greater than 25, the formula would show the following month.
I thought using IF(MONTH(DATE@row) = 1, AND(DATE(DATE@row), <25), "January", but I don't think that's correct.
I appreciate your help.
Thanks!