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
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!