Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Paul K.
 
Posts: n/a
Default Match function selecting first value it matches on exactly

Brief description of the problem:

We're using the formula below with range names for data validation. We had
to use range names because of the argument limitation (30). The range names
for example are LIST1, LIST2, LIST3 and so on. In the example below, each of
the columns (lists) are dependent on the previous. So, depending on what you
select from the Sub-Cat drop-down, it will determine the Prodtype drop-down
list values.

The problem we're having is when the values from the list are the same in
columns Prodtype and Probtype (both contain the value "none". The issue
appears to be with the MATCH function where it's selecting the first value it
matches on exactly. Whenever the combination (Facilities, access, none) from
the validation lists is selected, we would expect the Probtype drop down list
to be "not required". But
instead, we're getting "none", which is incorrect.

Formula:

=INDIRECT("LIST"&MATCH(E7,producttype,0))

Mini example showing the problem:

Cat Sub-Cat Prodtype Probtype

Enquiry complaint none none
Enquiry hang-up none none
Facilities access none not required
Facilities closure none not required
IMA add none none
  #2   Report Post  
Bernd Plumhoff
 
Posts: n/a
Default

If your mini example values are in cells A3:D7, you might
want to use something like

=INDEX(D3:D7,MATCH
("Facilities"&"access"&"none",A3:A7&B3:B7&C3:C7,FA LSE))

[entered as array formula with CTRL + SHIFT + ENTER] to
retrieve the value "not required".

HTH,
Bernd
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 - no room for error Dee Veloper Excel Worksheet Functions 0 January 29th 05 12:58 AM
Need help on index and match function Susan Hayes Excel Worksheet Functions 2 December 22nd 04 11:31 PM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 01:25 AM
Offset, indirect, match function limitation on linked worksheets. NewAlgier Excel Worksheet Functions 1 December 7th 04 12:55 AM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 09:12 PM


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