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)