Need help adding a 3rd argument to a COUNTIFS formula
Hello,
I am trying to count number of late documents within a specific section of the sheet. I have been able to do it successfully using row numbers but we change rows frequently because it is a roster type list I don't want to have to edit the formula each time. The third argument I wanted to use was to use their teams to separate them but that part has not worked yet.
=COUNTIFS([Document Due for Signing Date] :[Document Due for Signing Date], <TODAY(), [CS Confirmed Signed and Closed]:[CS Confirmed Signed and Closed], ISBLANK(@cell), [Team]:[Team],="Framingham Team ITO"(@cell))
This is my current attempt, so everything up to Team works if I add back in the row numbers.
Best Answer
-
The formatting looks a bit off. Have you tried it like this?
=COUNTIFS([Document Due for Signing Date]:[Document Due for Signing Date], <TODAY(), [CS Confirmed Signed and Closed]:[CS Confirmed Signed and Closed], ISBLANK(@cell), [Team]:[Team], "Framingham Team ITO"
Answers
-
The formatting looks a bit off. Have you tried it like this?
=COUNTIFS([Document Due for Signing Date]:[Document Due for Signing Date], <TODAY(), [CS Confirmed Signed and Closed]:[CS Confirmed Signed and Closed], ISBLANK(@cell), [Team]:[Team], "Framingham Team ITO"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!