Processing Time (Days)
Hello-
Can you help me with my formula? Processing time is "0" should be 1 day.
Thanks.
=IFERROR(IF(NOT(ISBLANK([Date Recorded Quote]@row)), NETWORKDAYS([Date Started]@row, [Date Recorded Quote]@row), IF(NOT(ISBLANK([Date Recorded CE Leads]@row)), NETWORKDAYS([Date Started]@row, [Date Recorded CE Leads]@row), IF(NOT(ISBLANK([Date Recorded Pipeline]@row)), NETWORKDAYS([Date Started]@row, [Date Recorded Pipeline]@row), IF(NOT(ISBLANK([Date Recorded for PO Submitted]@row)), NETWORKDAYS([Date Started]@row, [Date Recorded for PO Submitted]@row), IF(NOT(ISBLANK([Date Recorded for Others]@row)), NETWORKDAYS([Date Started]@row, [Date Recorded for Others]@row)))))), "")
Best Answers
-
What date is in your [Date Started] column? Is it the same (11/26/23)?
Note that the 26th is a Sunday which means it's not a working day. That means if your Start Date is 11/26/23 and your End Date (Date Recorded Quote) is 11/26/23, the Networkdays is 0, since there are no working days present.
Do you mean to use the NETDAYS Function instead, to include Saturdays and Sundays in your count?
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Haha no problem at all! 🙂 Here you go:
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Answers
-
What date is in your [Date Started] column? Is it the same (11/26/23)?
Note that the 26th is a Sunday which means it's not a working day. That means if your Start Date is 11/26/23 and your End Date (Date Recorded Quote) is 11/26/23, the Networkdays is 0, since there are no working days present.
Do you mean to use the NETDAYS Function instead, to include Saturdays and Sundays in your count?
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
@Genevieve P. Thanks. I should drink coffee first. :)
-
Haha no problem at all! 🙂 Here you go:
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!