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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!