Count If Site matches Question
tchav
✭✭✭✭
Hello,
I am trying to pull a count of a column "Food Safety Hold" if the "site" matches.
I am trying this but it is not working.
=COUNTIF(MATCH({Site}, Site@row, {Food Safety Hold}, 0))
=COUNTIF({Food Safety Hold}, Site@row, {Site})
Tags:
Answers
-
What kind of column is "Food Safety Hold"?
-
It is a dropdown list. I only need the count and not the value
-
So you are trying to count rows where that column is not blank and the site column is a match?
If so:
=COUNTIFS({Site}, @cell = Site@row, {Dropdown}, @cell <> "")
-
Yes i only need the count. When i enter that formula in it says INVALIDREF
-
You will need to create the {cross sheet references} as needed.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!