Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / October 2007

Tip: Looking for answers? Try searching our database.

PARTIAL TEXT MATCH SEARCHING FOR THE FIRST 6 CHARACTERS?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
KLZA - 23 Oct 2007 16:34 GMT
Hi.  I have two sheets I need to find matches from sheet1 against
sheet2 looking for the first 6 characters only.

example:

sheet1            sheet2        MATCH RESULTS
ABCCOM            ABCCOM        ABCCOM
ABCINCORPORATED    XYZCOMPANY    XYZCOMPANY
XYZCOMPANY        MISCOMPANY
XYZINCORP        XXXCOMPANY

can anyone help?
eliano - 23 Oct 2007 17:46 GMT
Hi KLZA
Try:

ABCCOM    ABCCOM    ABCCOM
ABCINCORPORATED    XYZCOMPANY    XYZCOMPANY
XYZCOMPANY    MISCOMPANY   
XYZINCORP    XXXCOMPANY   

In XL2000 italian    Formula in C2:C5   
=SE(VAL.ERRORE(CERCA.VERT(SINISTRA(B2;6)&"*";$A$2:$A$5;1;FALSO));"";CERCA.VERT(SINISTRA(B2;6)&"*";$A$2:$A$5;1;FALSO))
       
In English; please ceck the functions translation       
=IF(ISERROR(VLOOKUP(LEFT(B2,6)&"*",$A$2:$A$5,1,FALSE)),"",VLOOKUP(LEFT(B2,6)&"*",$A$2:$A$5,1,FALSE))"       
       
regards
Eliano

> Hi.  I have two sheets I need to find matches from sheet1 against
> sheet2 looking for the first 6 characters only.
[quoted text clipped - 8 lines]
>
> can anyone help?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.