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