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
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!