Hi,
I need to add up the following:
1) All Labeled as Country X from a Qualitative field that is requiring me to use the FIND function.
2) All labeled as AreaY across 3 columns (I have tried selecting all columns as a range and also just selecting the relevant rows as well).
Currently using:
=COUNTIFS({Consultant Applicants Range 4}, "AreaY", AND(FIND({Consultant Applicants Range 2}, "CountryX", @cell) > 0))
Showing up as unparseable. Please help!