COUNTIF calculation when a condition is met
Gaurav Chauhan
✭✭✭✭✭✭
=COUNTIFS((Status@row,"DocuSign Approved"[Actual Completion]@row-[Target Completion]@row})
This is throwing an error. How do I calculate the Net work days between Actual Completion Date column and Target Completion Date column for only when the Status of the case is DocuSign Approved
Please help
Answers
-
=IF(Status@row = "DocuSign Approved", NETWORKDAYS([Actual Completion]@row,[Target Completetion]@row))
-
It looks like you have some extra characters in some places and missing a comma as well which could cause the errors as well, but I think it is also the wrong type of formula for what you are looking to do if I understood correctly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!