VLOOKUP, if same data then nothing

N

nastech

hi, have couple of samples of VLOOKUP using, cannot quite figure out what to
use to make item equal nothing if the data is the same in both sheets.
samples have are: (cntrl-shift-enter array formula) thanks

=IF(OR(AQ7={"","."},ISNA(VLOOKUP(AQ7,[file.xls]sheet!$AP$1:$CI$3355,(COLUMN(CI1)-COLUMN(AP1))+1,FALSE))),"",VLOOKUP(AQ7,[file.xls]sheet!$AP$1:$CI$3355,(COLUMN(CI1)-COLUMN(AP1))+1,FALSE))

=IF(OR(AQ9={"","."}),"",IF(ISNA(VLOOKUP(AQ9,[file.xls]sheet!$AP$1:$AP$3355,1,0)),"dif","dup"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top