E
Ed
I need to do a VLOOKUP where if there is no match found I do not want the
value to be #N/A. How can I accomplish this?
T.I.A.
Ed
value to be #N/A. How can I accomplish this?
T.I.A.
Ed
-----Original Message-----
I need to do a VLOOKUP where if there is no match found I do not want the
value to be #N/A. How can I accomplish this?
T.I.A.
Ed
.
Use the if function
(A3,Sheet1!a2:j98,3,0))=if(iserr(vlookup(A3,Sheet1!a2:j98,3,0),0,vlookup