Issue with MATCH dropdown #N/A

stryder000

New Member
Joined
Mar 28, 2011
Messages
2
Ok, I've tried searching everywhere for this answer but I cannot figure it out.
I have 2 sheets set up. On my first sheet I have set up two drop down boxes that relate to the X and Y axis of an index. The drop down box for my X axis works perfectly, however I'm having some issues with the Y axis.

The sheet the index is on is titled 'Multistorey Allow' and from A4 to A15 i have the following:
<table border="0" cellspacing="0" cols="1" frame="VOID" rules="NONE"> <colgroup><col width="227"></colgroup> <tbody> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" width="227" align="CENTER" bgcolor="#ccffff" height="17">No</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="18">Level 8 (CW/ECW 8)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="18">Level 7 (CW/ECW 7)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="18">Level 6 (CW/ECW 6)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="18">Level 5 (CW/ECW 5)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="18">Level 4 (CW/ECW 4)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="18">Level 3 (CW/ECW 3)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="18">Level 2 (CW/ECW 2)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="34">Level 1 (CW/ECW 1): CW/ECW 1 (Level d)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="34">Level 1 (CW/ECW 1): CW/ECW 1 (Level c)</td> </tr> <tr> <td style="border: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="34">Level 1 (CW/ECW 1): CW/ECW 1 (Level b)</td> </tr> <tr> <td style="border-top: 1px solid rgb(0, 0, 0); border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" valign="MIDDLE" align="JUSTIFY" bgcolor="#ccffff" height="34">Level 1 (CW/ECW 1): CW/ECW 1 (Level a)</td> </tr> </tbody> </table>
On my main sheet, I set up a drop down box in D7 to relate back to these for a 2dimensional index, and I made the formula =MATCH(D7;'Multistorey Allow'.A4:A15) to look these up, however, most of the time, except for 1,2 and 7, I get a value of #N/A when i select values in the dropdown box. Anyone got any ideas why I am getting #N/A for most of these?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi,

Maybe you need to set the MATCH to look for an exact match and also maybe your problems are coming from the fact you haven't anchored your MATCH formula: Maybe something like this?

=MATCH(D7;'Multistorey Allow'.$A$4:$A$15;0)
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,881
Members
452,948
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top