Dropdown Row + Dropdown Column = Data from Table

steff13356

New Member
Joined
Jun 2, 2022
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
Hello! I am trying to figure out a way to use two dropdowns based on the row and column headers in order to get a result that matches the info in a table.

This is the table in question:
1654194822596.png


So what I am trying to do, is to have one dropdown in a cell with the blue options on the left and one dropdown in a second cell with the beige options at the top. Selecting options in those dropdowns would return the result of the combination of the first two cells in a third cell.

Example:
Dropdown A selects: Likely
Dropdown B selects: Serious
Cell #3 shows result: B

Is is possible to achieve something like this? I'm fairly good with formulas and other than using 16 IF's to get all the possible results in a single formula, I was hoping to be able to find an easier way to do it.

Any help will be greatly appreciated!
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Something like this perhaps?

steff13356.xlsx
ABCDEF
1SEVERITYMinimalModerateSeriousExtreme
2Highly LikelyCBAA
3LikelyCCBA
4PossibleDCBB
5UnlikelyDDCC
6
7Dropdown 1:Likely
8
9Dropdown 2:Serious
10
11Result:B
12
Sheet1
Cell Formulas
RangeFormula
B11B11=INDEX($B$2:$E$5,MATCH(B7,$A$2:$A$5,0),MATCH(B9,$B$1:$E$1,0))
Cells with Data Validation
CellAllowCriteria
B7List=$A$2:$A$5
B9List=$B$1:$E$1
 
Upvote 0
Solution
Yes! Thank you so much! I'll prepare my form and come back here if I have questions.

Greatly appreciated!
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

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