Nested If formula help

Below is the formula I am attempting to use. It works perfectly if I my Auto Pay row is No or when the due date has not yet arrived but it doesn't put in the amount in the due row if the date has arrived. What do I have incorrect.


=IF([Auto Pay]@row = "yes", IF([Due Date]@row <= TODAY(), Due@row, 0), SUMIFS({Amt Pd}, {Bill Paid}, Bill@row, {Month}, [Due Month]@row, {Year}, [Due Year]@row))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!