Formula Help Subtracting a Day
I have a networkdays formula that i need to have subtract 1 day because it is counting same day efforts as 1 day and i need it to count it as 0 days. How should i update my formula?
=IFERROR(NETWORKDAYS([Actual Start Date]@row, [Sub-Task Completion Date]@row), "")
Best Answer
-
Hi @dgloballab
You can add -1 to the formula right after the first closing parentheses.
=IFERROR(NETWORKDAYS([Actual Start Date]@row, [Sub-Task Completion Date]@row) - 1, "")
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Answers
-
Hi @dgloballab
You can add -1 to the formula right after the first closing parentheses.
=IFERROR(NETWORKDAYS([Actual Start Date]@row, [Sub-Task Completion Date]@row) - 1, "")
Cheers,
Genevieve
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
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!