Hi: Can anyone help with a Multiple If formula which i cannot get to work please?
I have a Valid To Culumn with a date in it and have a Status Column i want toi flag as CURRENT, EXPIRING or EXPIRED depending on the date. I had CURRENT & EXPIRED working but when i try to include the additional IF to show as EXPIRING if the Valid To date is within the next 30 days it all goes to pot. This is the formula i have messed around with
=IF([VALID TO DATE]@row > TODAY(30), "EXPIRING", IF([VALID TO DATE]@row >= TODAY(), "CURRENT", "EXPIRED"))
Thank you