=COUNTIFS({TABLE TYPES OF APPLE Range 2}, CONTAINS("apples", @cell), {TABLE TYPES OF APPLE Range 1}, OR(CONTAINS(@cell, "red"), CONTAINS(@cell, "green"), CONTAINS(@cell, "yellow")))
My formula does not seem to work. I would like to countif if it is apples in range 2 and range 1 contains red, or green, or yellow. In addition I would like to add range 2 does not contain exp, bruise, damaged.
Thank you in advance.