Combining (if and) with an IFERROR

I am trying to combine two statements. The original IFERROR statement works fine. I want to evaluate my duration column (milestones) and if duration is 0, then I want to simply evaluate baseline date - start date and put a specific value in the cell.

=IF(AND(Duration@row = 0, [Schedule Delta (Working Days)]@row = >1)), 0.2, (IFERROR([Schedule Delta (Working Days)]@row / Duration@row, ""))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!