Help with a status update build off dates.
MilesinAtl
✭✭✭
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
Best Answer
-
Try replacing each #REF with TODAY() and see fi that gives an output that makes sense.
Answers
-
It looks like a column that the formula had been referencing was deleted. What is the expected output?
-
The project status is updated in the summary sheet based on the outcome. Do you have any idea what I could have been referencing, or how you would have written it?
-
Try replacing each #REF with TODAY() and see fi that gives an output that makes sense.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!