I need help with a formula to count unique values in one column that match data in another column but using a wildcard. Column A has multiple names repeated in sequence and column B has data for every occurrence of a name. I want to be able to count the number of names that have Text in a cell in column B and only count once. So, in the example table Fred, John and Carl would all equal 1. Formula needs to count Text (with wildcard) but only once per person.
[TABLE="width: 257"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Type[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Text123[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Text231[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Text254[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Text123[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Text231[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Data[/TD]
[/TR]
</tbody>[/TABLE]
Hope you can help
[TABLE="width: 257"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Type[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Text123[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Text231[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Text254[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Text123[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Data[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Text231[/TD]
[/TR]
[TR]
[TD]Carl[/TD]
[TD]Data[/TD]
[/TR]
</tbody>[/TABLE]
Hope you can help