Is their a way to use the COUNTIFS as an OR.
Currently, it will count all conditions of a cell that match the conditions given.
=COUNTIFS([Clothing Item]:[Clothing Item], "Jacket", [In Stock?]:[In Stock?], 1) will give me the count of all "Jackets" that are "In Stock"
However, I am looking to count if [Clothing Item]:[Clothing Item] is either a "Jacket" or a "Blouse".