INDEX MATCH not recognising column

AlisonG

New Member
Joined
Jul 5, 2015
Messages
2
Hello,

I'm trying to use Excel for a risk assessment where users will select the likelihood and consequence of something occurring, and the spreadsheet will then provide the rating and a value attached to it.

I am using dropdowns for the likelihood and consequence, then an INDEX MATCH formula for the rating, which is partly working, but is not recognising one column from my risk table and I can't work out why.

My formula is: =INDEX(RiskTables!$C$3:$E$5,MATCH(C88,RiskTables!$B$3:$B$5,0),MATCH(D88,RiskTables!$C$2:$E$2,0))

My risk table is very simple:

ABCDE
1
2LowMediumHigh
3UnlikelyLowLowModerate
4PossibleLowModerateHigh
5LikelyModerateHighExtreme
6

<tbody>
</tbody>

But every time the user selects a consequence of High the Rating doesn't work and just remains a #N/A

LikelihoodConsequenceRating
UnlikelyLowLow
PossibleLowLow
UnlikelyHigh#N/A
PossibleHigh#N/A
LikelyHigh#N/A

<tbody>
</tbody>

Any ideas what might be going on here?

I'm using Windows 8 Excel 2013.

Thanks!
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Welcome to the Forum!

I suggest you check for spaces, i.e. that you're matching "High" with "High", rather than "High " or " High".
 
Upvote 0
Check for a leading or trailing space in the cell E2. If none, then look in the drop down list source window, if the list is referred to in a range on the sheet, look at the cell there that has High in for a space. If the three words are typed in the source window, there could be a trailing space there.

Howard
 
Upvote 0

Forum statistics

Threads
1,215,373
Messages
6,124,546
Members
449,169
Latest member
mm424

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