Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default vbscript for partial match in two columns

I want to implement the following the Match function:
Suppose two columns are
B C
a,b,c b,c
d,e d
a,e f

I want to have a script which can return the index of C column which
match to part of B column, for example for B1, part of B match to part
of C, so the function should return 1. For B2, it should return 2. For
B3, it should return N/A. In vbscript, there is match function,
Match(B1, C:C, 0 ) can return the index of C column for exact match of
B1.But In this case, I need a partial match. Can only one help me about
this using vbscript? Thanks

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
Vlookup on partial match Robert_L_Ross Excel Worksheet Functions 1 October 27th 09 11:25 PM
Find partial match from column A,B and fill partial match in C? Tacrier Excel Discussion (Misc queries) 4 October 24th 08 11:24 PM
Match Values in Rows with Partial Values in Columns ryguy7272 Excel Worksheet Functions 3 August 8th 07 05:14 PM
DSUM Partial Match Bob H[_2_] Excel Worksheet Functions 3 July 27th 07 10:48 PM
partial lookup/match myra_deV Excel Worksheet Functions 0 May 9th 06 03:19 PM


All times are GMT +1. The time now is 10:31 PM.

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

About Us

"It's about Microsoft Excel"