Quote:
Originally Posted by BarTopDancer
Did you get your Excel question answered?
|
Yes. Basically, we were trying to confirm that one list of Zip Codes was a subset of another list. We found a formula that did a lot more than we needed, but it got the job done:
=IF(ISNUMBER(MATCH(Q2,$J$1:$J$7000,0)),MATCH(Q2,$J $1:$J$7000,0),"NONE")