This question is an expansion on In Excel, how do I check if a cell is in a list of values (a range of cells) .
I'm trying to do =COUNTIF(name,G6) and when name refers to some cells, it works fine, but when it refers to my constant string array it gives #VALUE!
My constant string array (using the name manager) is ={"192.168.3.2","192.168.3.10"}... etc, and that may be my problem...
Thanks