From a previous question I posted I ended up with formula
=SUMPRODUCT((C1:C65535="jon")*(F1:F65535 = "good"))
I now need to go a step further and use a wildcard on jon so jon, jonc, jont will be counted when good is found in the corresponding column.
My attempts have all failed.
Can a wildcard be used?
smiler44
=SUMPRODUCT((C1:C65535="jon")*(F1:F65535 = "good"))
I now need to go a step further and use a wildcard on jon so jon, jonc, jont will be counted when good is found in the corresponding column.
My attempts have all failed.
Can a wildcard be used?
smiler44