Need help with a =countifs formula
Here is what I'm trying to do. I have two columns. Evidence collected is a checkbox, either 0 or 1. that count function works individually. I have another column with an original document name, if I count that one, by itself, it ignores the blanks and counts fine. When I try to get the two working together with a countifs, it fails. I'm trying to get the count working for only the rows where the evidence collected has been checked and the original document column for the same row is not blank. I've rewritten it multiple ways and can't get it working. This was the most recent try. I tried reversing the formula to evaluate the evidence collected first rather than the original document field, but either way it's not working. I also tried adding <> isblank() and (not(blank()) that didn't work either.
Any advise is welcome. Thanks
=COUNTIFS([Evidence collected?]1:[Evidence collected?]640, 1, [Original Document]1:[Original Document]640)
Best Answer
-
Hi @Michelle Barnett ,
Maybe this formula can help:
=COUNTIFS([Evidence Collected?]:[Evidence Collected?], 1, [Original Document]:[Original Document], NOT(ISBLANK(@cell)))
Hope it helps,
Sam
Answers
-
Hi @Michelle Barnett ,
Maybe this formula can help:
=COUNTIFS([Evidence Collected?]:[Evidence Collected?], 1, [Original Document]:[Original Document], NOT(ISBLANK(@cell)))
Hope it helps,
Sam
-
Yes!!! that did it, I never would have thought to use (@cell) that's Great!!! Thank you. Thank you 🤩 You are my Hero!
-
You're welcome Michelle!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!