Help with a status update build off dates.

Options
MilesinAtl
MilesinAtl ✭✭✭
edited 04/12/24 in Formulas and Functions

I am working with a smart sheet and want to update the status column with a drop-down value, pulling from the Schedule Delta%, which is fed by the next two columns: the Schedule Delta (working days) and duration columns.

This is the formula on the sheet when I took over a project. I don't know what to do with the #REF. I really appreciate any help you can provide. The cell's value is error #UNPARSEABLE

=IFERROR(IF([End Date]@row = #REF, 0, IF([End Date]@row > #REF, NETWORKDAYS(#REF, [End Date]@row) - 1, IF([End Date]@row < #REF, NETWORKDAYS(#REF, [End Date]@row) + 1, ""))), "")"

Popular Searches

Formulas and Functions

Project Management

Reporting

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!