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
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!