Formulae needed

G

Graham

Hi
I have colmn A with 100 chassis numbers and Colmn B with 85 chassis numbers,
Column B is 15 chassis numbers short of column A ( all column B hassis
numbers are in column A as well ), is there a formulae I can use to extract
these 15 chassis numbers from "A"
 
B

Bernie Deitrick

Graham,

In column C, use a formula like this (entered in C2)

=ISERROR(MATCH(A2,B:B,FALSE))

and copy down, then sort or filter on column C and select the values in A where the value in C is
TRUE.

HTH,
Bernie
MS Excel MVP
 

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