Help with a formula : need one for duration since received ?
Hello :) looking for a formula to give me the days since received from planner . only counting working days M-F. Thank you
Best Answer
-
I'm glad this worked for you.
The following formula checks the cell [Completed Date]@row for a blank, if it's blank it will preform the formula, if it's not blank then it will populate "Completed". Replace the word [Completed Date] with the name of your completed column.
=IF([Completed Date]@row="",NETWORKDAYS([DATE RECIVED FROM PLANNER]@row, (TODAY())),"Completed")
You can replace the word at the very end in quotes "Completed" with whatever you want it to say or make it blank with ""
https://www.linkedin.com/in/zchrispalmer/
Answers
-
Hello @BCALLEN
Let me know if this formula works for you:
=NETWORKDAYS([DATE RECIVED FROM PLANNER]@row, (TODAY()))
https://www.linkedin.com/in/zchrispalmer/
-
yes that works thank you SO SO MUCH!! is there a way for it to STOP counting when the COMPLETED DATE is entered ? @Mr. Chris
-
I'm glad this worked for you.
The following formula checks the cell [Completed Date]@row for a blank, if it's blank it will preform the formula, if it's not blank then it will populate "Completed". Replace the word [Completed Date] with the name of your completed column.
=IF([Completed Date]@row="",NETWORKDAYS([DATE RECIVED FROM PLANNER]@row, (TODAY())),"Completed")
You can replace the word at the very end in quotes "Completed" with whatever you want it to say or make it blank with ""
https://www.linkedin.com/in/zchrispalmer/
-
THATS PEWRFECT !! THANK YOU @MrChris
-
My pleasure! Thanks for the feedback.
https://www.linkedin.com/in/zchrispalmer/
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!