I could really use some help! I am trying to write an if statement.
Based on:
Due date being < = -68
New entry is "starred"
Entry 1 = "yes".
I want it to be complete if it meets the conditions listed above and incomplete if it doesn't meet those conditions.
This is what I tried:
=IF([New Entry]@row = 1, [Entry 1]@row, HAS(@cell, "Yes" ), [Due date]@row <= -68, "Complete", "Incomplete")