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?
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Haha no problem at all! 🙂 Here you go:
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
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?
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
@Genevieve P. Thanks. I should drink coffee first. :)
-
Haha no problem at all! 🙂 Here you go:
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.5K Get Help
- 434 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!