Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Vlookup using a partial text match

I am trying to use Vlookup to find a specific set of caracters to return the
match to that set. The problem is I am trying to pull the set from a
description.

Example:
Lookup value:
ZZWTH XXX SSKLDF

Array has values in cells as follows
Col 1 COL 2
WTH Wheat Home Feilds Farms

I need Vlookup to scan the lookup value for the WTH (that is never int he
same place in the lookup value) and match that to col1 and return col2 not
sure if this is possible but it would be nice to figure this one out...


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Vlookup using a partial text match

=INDEX(B1:B200,MATCH(TRUE,ISNUMBER(SEARCH(A1:A200, C1)),))

ctrl+shift+enter, not jsut enter


"JGROVE" wrote:

I am trying to use Vlookup to find a specific set of caracters to return the
match to that set. The problem is I am trying to pull the set from a
description.

Example:
Lookup value:
ZZWTH XXX SSKLDF

Array has values in cells as follows
Col 1 COL 2
WTH Wheat Home Feilds Farms

I need Vlookup to scan the lookup value for the WTH (that is never int he
same place in the lookup value) and match that to col1 and return col2 not
sure if this is possible but it would be nice to figure this one out...


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
PARTIAL TEXT MATCH SEARCHING FOR THE FIRST 6 CHARACTERS? KLZA Excel Worksheet Functions 1 October 23rd 07 05:46 PM
Searching for partial text match in range [email protected] Excel Worksheet Functions 3 September 12th 06 05:58 AM
partial/absolute text match george Excel Worksheet Functions 3 May 1st 06 06:15 AM
Partial String Match & Wild Cards Using VLOOKUP djDaemon Excel Worksheet Functions 0 March 9th 06 05:49 PM
Partial String Match Using VLOOKUP cdhmotes Excel Worksheet Functions 4 December 26th 05 10:26 PM


All times are GMT +1. The time now is 12:03 AM.

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"