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.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
Check out the Formula Handbook template!