Backboards: 
Posts: 158
In response to "excel help" by Truman

I would use a vlookup with an iserror to correct for ones not in Tab 2.

It gets quite ugly with the nested function, but basically it is:

=if(iserror(vlookup),"N/A",vlookup)



Responses:
Post a message   top
Replies are disabled on threads older than 7 days.