Hi Community,
I am trying to structure an IF/AND formula to reflect the following conditions:
IF [Duration]@row <> 0, AND IF [Complete]@row =0, "Not Started"
IF [Duration]@row <> 0, AND IF [Complete]@row =0, AND IF[Complete]@ previous row = 1, "In Progress"
IF [Duration]@row <> 0, AND IF [Complete]@row =1, "Complete"
IF [Duration]@row = 0, "No Task"
Could somebody kindly help? Hope the above makes sense.
Thank you!