I am trying to create a helper column to minimize the arguments in a count function. So far I have tried using OR, VLOOKUP, MATCH.
Basic formula structure so far...
=IF(A1=OR(NAME1),1,0)
This would return a value which I can then use subtotal to count so when I filter I'll have more accurate...