I’ve been trying diligently to find my solution on the board, but I can’t seem to find it. My formula works in excel, but it’s not working here in Airtable, and I can’t decipher why.
I have an “Due Date” column and an “Invoice Date” column, and I’m looking to create a column that tells me if the status is “complete” (we have an invoice date), “Overdue” (we don’t have an invoice date and the due date is past today", or “Not due yet” (we don’t have an invoice date but the due date has not passed."
Here’s how I’ve created the formula, but I keep getting an error:
=IF({Invoice Date}<>"",“Complete”,IF({Due Date}<TODAY(),“Overdue”,“Not due”))
Please let me know what I’m doing wrong! Thank you for your help.