Using wildcards in conditional expression
Posted by Jill on December 13, 2001 4:18 AM
Hi,
I want to count the number of occurrences two columns match specified criteria but cannot get this to work using wildcards.
This array expression works for an exact match:
=SUM(IF((Q2:Q7265="FREDERICK")*(S2:S7265="1"),1,0))
but =SUM(IF((Q2:Q7265="FRE*")*(S2:S7265="1"),1,0)) using '*' as a wildcard doesn't.
Does anyone know how to achieve this?
Jill