Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 183
Default Match similar phrases from 2 worksheets

Please can some body help me. I am not the most computer literate so sorry
if my requests in quite long winded.

I have 2 seperate worksheets each contain a column which have descriptions
in a word format. The problem I have is that the descritions are only
similar and not exact. I want to perform a v-look up, but realise this isnt
possible. Please can you tell me the function which I should be using? And
a dummies guild on how to use it?
Thank you very much. Sharon.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Match similar phrases from 2 worksheets

Try something like this for a fuzzy match ..

In Sheet2,
With look up phrases in A2 down (to match with those in Sheet1's col A)
In B2, array-entered by pressing CTRL+SHIFT+ENTER
(instead of just pressing ENTER):
=IF(TRIM($A2)="","",INDEX(Sheet1!B$2:B$100,MATCH(T RUE,ISNUMBER(SEARCH(TRIM($A2),TRIM(Sheet1!$A$2:$A$ 100))),0)))
Copy B2 across/fill down. Adapt the ranges to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Sharon" wrote:
Please can some body help me. I am not the most computer literate so sorry
if my requests in quite long winded.

I have 2 seperate worksheets each contain a column which have descriptions
in a word format. The problem I have is that the descritions are only
similar and not exact. I want to perform a v-look up, but realise this isnt
possible. Please can you tell me the function which I should be using? And
a dummies guild on how to use it?
Thank you very much. Sharon.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Match similar phrases from 2 worksheets

An example file to illustrate the earlier fuzzy in action:
http://www.freefilehosting.net/download/3ekd6
Fuzzy matching.xls
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
Using VLOOKUP to match similar text? lrb Excel Worksheet Functions 10 June 2nd 09 09:45 AM
index/match or vlookup or similar [email protected] Excel Worksheet Functions 1 January 9th 08 08:16 PM
Two Worksheets similar data Muddypaws Excel Discussion (Misc queries) 4 September 14th 06 02:22 PM
Compare 2 similar excel worksheets Nadia Excel Worksheet Functions 3 July 28th 06 02:20 PM
MATCH function - 2 columns w/ SIMILAR, not EXACT data Jane Excel Worksheet Functions 3 March 5th 05 03:11 AM


All times are GMT +1. The time now is 02:13 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"