Hello! I am using airtable to track tasks that have been completed before a new hire starts. I currently have a Start Date (Field type is Date) and a Laptop Ordered (Field type is Checkbox). I would like to create an IF formula that comes down to: if laptop order is not checked AND the start date is less than 7 days, i get a message that says “late: needs ordering”
I cannot figure out how to do IF functions with dates and then how to incorporate it into a larger, nested formula.
Currently all I can get is the Check box to work
I have: IF({Laptop Ordered}=1,“On Track”,“Late: Needs Ordering”)