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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!