COUNTIFS formula one option or another
I currently using this formula to count items that meet my criteria (Active, mens, small)
=COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "small")
Is there a way to have it count two separate options for the same column? (Active, mens, small or medium)
Best Answer
-
I think you could probably add the COUNTIFS functions on here.
=COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "small")+COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "medium")
Would that work to get what you're hoping to get?
Answers
-
I think you could probably add the COUNTIFS functions on here.
=COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "small")+COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "medium")
Would that work to get what you're hoping to get?
-
@ChloeSmith That worked! Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!