Hello
I have a relatively simple request. I am trying to count the number of times a name is in a column for a Sheet Summary. The Column Type I am referencing is a contact list. I need it to count the name regardless of how many other names might be in the cell. I keep getting 0 as my result even though the name appears multiple times. My formula is:
=COUNTIF(Brokers:Brokers, CONTAINS(@cell,"Bill Jones"))
I have also tried the above formula using HAS instead of CONTAINS. What am I missing? Does my column properties setup have anything to do with it? Any help would be greatly appreciated!