I’m basically trying to find the condition when “racecar” and “shoe” are both in the same row, but in two different columns. Most of my searching has brought me to similar questions for Open Office, but with solutions that don’t appear to work.
I get Error 502 for this formula:
=COUNTIF((H2:H118,“racecar”)*(I2:I118,“shoe”))
SUMPRODUCT has also been recommended, but I don’t think that’s what I’m looking for.