Auto formula Sum is generating a 0 when no data is present yet
I have a column with an autogenerated formula looking at turnaround time. Essential day completion minus day start. Somethings are finished the day of and have a turnaround time of 0 days which is great for us, however, for rows that do not have a finish date yet it is auto generating a 0 instead of what should be a blank. Any way to add this into the formula. The big issues is that this skews the data as multiple 0's are now present lowering the average turnaround time.
This is the formula right now
=SUM([Date of import/Delivery]4 - [Date received by INFX]4)
Answers
-
Try an IF statement...
=IF([Finish Date]@row <> "", SUM([Date of import/Delivery]4 - [Date received by INFX]4))
-
Unparseable
i thought an IF statement could work but wasn't sure if i was formatting it incorrectly.
not sure whether not blank or value present would be better argument?
thanks
-
Can you copy/paste the formula from the sheet directly to here? What is the exact name of your finish date column?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!