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
- 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!