View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default VLOOKUP 1 stop Answer: 3 steps: count dup's, compare dif's, merg


"nastech" wrote in message
...


=IF(OR(V244={"",".",".sym."}),"",IF(ISNA(VLOOKUP(V 1,[file.xls]sheet!$A$1:$A$
3355,1,0)),"dif",""))

You don't need the OR, as there is only a single condition, even though it
is testing two values.