Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bin
 
Posts: n/a
Default A question for Match and Lookup

Hi,
I have two data sets. Data 1 has only 1 column, which is the company's full
name. Data 2 has 2 columns, which are company name's abbreviation and the
code. I want to link the code to Data 1 by the company's name. However,
because the name column in both data sets are not exactly matched. I can not
do Vlookup.
Can any of you give me some suggestions? thanks a lot

Example:
Data 1:
Chase Manhattan Bank

Data 2:
Chase 098848
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default A question for Match and Lookup

How about this

=INDEX(G20:G25,MIN(IF(ISNUMBER(MATCH(LEFT(A21,LEN( F20:F25)),F20:F25,0)),ROW(
F20:F25)-ROW(F20)+1)))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.


--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Bin" wrote in message
...
Hi,
I have two data sets. Data 1 has only 1 column, which is the company's

full
name. Data 2 has 2 columns, which are company name's abbreviation and the
code. I want to link the code to Data 1 by the company's name. However,
because the name column in both data sets are not exactly matched. I can

not
do Vlookup.
Can any of you give me some suggestions? thanks a lot

Example:
Data 1:
Chase Manhattan Bank

Data 2:
Chase 098848



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
LOOKUP Question [again!] shakey1181 Excel Discussion (Misc queries) 5 May 31st 06 05:33 PM
Lookup Question Barb Reinhardt Excel Worksheet Functions 1 May 17th 06 03:13 PM
Newbie and use of lookup question? manasi Excel Discussion (Misc queries) 6 September 21st 05 01:03 PM
Lookup question Ntisch Excel Discussion (Misc queries) 4 June 27th 05 07:00 AM
Lookup Question Mackay 1979 Excel Worksheet Functions 2 February 19th 05 01:11 PM


All times are GMT +1. The time now is 04:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"