Correct Formula to use? COUNTIFS
Good day,
I need to count the number cells that needs to comply to 2 types of criteria. I have a summary sheet that contains certain names, then on another sheet I have the 2 criteria's to be met - one matching the name as on summary sheet and the other criteria being the status on the other sheet.
For Example: On the Summary sheet I have: Apple
On the other sheet I have the same name: Apple,
On the other sheet I have a status: 1.
The formula I needs to be on summary sheet , referencing Apple, and then count on the other sheet how many statuses does Apple have of 1
Pls help
Best Answer
-
Hi Aubrey, assuming that Apple is in a column called Fruit in both sheets, create this formula in your summary sheet:
=COUNTIFS({Fruit}, Fruit@row, {Status}, 1)
Here’s the help sheet on how to use the function:
Answers
-
Hi Aubrey, assuming that Apple is in a column called Fruit in both sheets, create this formula in your summary sheet:
=COUNTIFS({Fruit}, Fruit@row, {Status}, 1)
Here’s the help sheet on how to use the function:
-
Thank you - appreciate the help
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!