Having trouble locating a logical operator for “not equal to” and a way to reference a blank field
This formula is references 2 fields; Start Date and Finish Date. The formula is intended to return the age in days of the task I am tracking.
This should give me the amt of day between Start Date and Finish Date if Finish Date is not blank, else the amt of days between Start Date and Today
IF({Finish Date}
What should I put here to make this formula work? What am I missing?