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
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!