Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jane
 
Posts: n/a
Default MATCH function - 2 columns w/ SIMILAR, not EXACT data

colu. 1 contains:

1001
vendor 43980
1001/1180/90 CAT 8
1001/1180/90/8

col. 2 contains:
1001
SD3 vendor number 43980
PO 45609
1001 1180 90 8

I need to match these 2 columns IF the values are the same, regardless of
text.

Any suggestions?

  #2   Report Post  
Fred Smith
 
Posts: n/a
Default

Given your data, the following formulas will generate a match:

=a1=b1
=right(a2,5)=right(b2,5)
no match in row 3
=substitute(a4,"/"," ")=b4

However, if other date have different similarities, you may find if more
efficient to write a macro to toss out the extraneous stuff, so you end up
with exact matches.

--
Regards,
Fred
Please reply to newsgroup, not e-mail


"Jane" wrote in message
...
colu. 1 contains:

1001
vendor 43980
1001/1180/90 CAT 8
1001/1180/90/8

col. 2 contains:
1001
SD3 vendor number 43980
PO 45609
1001 1180 90 8

I need to match these 2 columns IF the values are the same, regardless of
text.

Any suggestions?



  #3   Report Post  
Jane
 
Posts: n/a
Default

Hi Fred,
I'm not very familiar with the Match function (altho' I use Vlookup
frequently)... woul dyou mind giving me an example of the formula written out
that captures what you have suggested? It would be most appreciated.
thank you, Jane

"Fred Smith" wrote:

Given your data, the following formulas will generate a match:

=a1=b1
=right(a2,5)=right(b2,5)
no match in row 3
=substitute(a4,"/"," ")=b4

However, if other date have different similarities, you may find if more
efficient to write a macro to toss out the extraneous stuff, so you end up
with exact matches.

--
Regards,
Fred
Please reply to newsgroup, not e-mail


"Jane" wrote in message
...
colu. 1 contains:

1001
vendor 43980
1001/1180/90 CAT 8
1001/1180/90/8

col. 2 contains:
1001
SD3 vendor number 43980
PO 45609
1001 1180 90 8

I need to match these 2 columns IF the values are the same, regardless of
text.

Any suggestions?




  #4   Report Post  
Fred Smith
 
Posts: n/a
Default

The formulas I gave you will evaluate to TRUE or FALSE. I didn't provide any
information on the Match function, because I didn't see an application for
it.

As you are interested, Match works somewhat like Vlookup, but rather that
returning a cell value, it returns the position in the list (eg, the 5th
entry in the list).

--
Regards,
Fred
Please reply to newsgroup, not e-mail


"Jane" wrote in message
...
Hi Fred,
I'm not very familiar with the Match function (altho' I use Vlookup
frequently)... woul dyou mind giving me an example of the formula written
out
that captures what you have suggested? It would be most appreciated.
thank you, Jane

"Fred Smith" wrote:

Given your data, the following formulas will generate a match:

=a1=b1
=right(a2,5)=right(b2,5)
no match in row 3
=substitute(a4,"/"," ")=b4

However, if other date have different similarities, you may find if more
efficient to write a macro to toss out the extraneous stuff, so you end
up
with exact matches.

--
Regards,
Fred
Please reply to newsgroup, not e-mail


"Jane" wrote in message
...
colu. 1 contains:

1001
vendor 43980
1001/1180/90 CAT 8
1001/1180/90/8

col. 2 contains:
1001
SD3 vendor number 43980
PO 45609
1001 1180 90 8

I need to match these 2 columns IF the values are the same, regardless
of
text.

Any suggestions?






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
Match function selecting first value it matches on exactly Paul K. Excel Worksheet Functions 1 February 24th 05 08:57 PM
Need help on index and match function Susan Hayes Excel Worksheet Functions 2 December 22nd 04 10:31 PM
How do i Match all COLUMNS? Siddiqui Excel Worksheet Functions 1 November 9th 04 08:26 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM
HOW TO MATCH MULTIPLE COLUMNS WITH OR WITHOUT GAPS IN eXCEL ? hims Excel Worksheet Functions 2 October 27th 04 07:03 PM


All times are GMT +1. The time now is 08:52 AM.

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"