View Single Post
  #1  
Old 08-30-2006, 11:21 AM
Eladamri Eladamri is offline
Registered User
 
Join Date: 05 Jun 2006
Location: Philippines
Posts: 22
Eladamri is an unknown quantity at this point
Vlookup displaying all possible matches

how can Vlookup display all possible matches? that means the whole data in the cell in which the lookup value can be found is reflected.

for example:
Lookup Value is 456

Column A Column B
123456 =vlookup(456,.....
223456 =vlookup(456,.....
333456 =vlookup(456,.....
456 =vlookup(456,.....
CN456 =vlookup(456,.....
456 =vlookup(456,.....

Will give the result:
Column A Column B
123456 123456
223456 223456
333456 333456
456 456
CN456 CN456
456 456

Last edited by Eladamri; 08-30-2006 at 11:24 AM..
Reply With Quote