How to index & Match when a tie occurs

Tikidog

New Member
Joined
Apr 13, 2011
Messages
2
I'm tracking surveys which have 3 fields:

C2 D2 E2
5 6 7

In F2 I'm using the following formula that pulls from a list:

=INDEX((Legend!$B$1:$B$6),MATCH(MAX(C2:E2),C2:E2,0),1)

where the legend is (loosely based on):

B1 Water
B2 Fire
B3 Wind
B4 Combo (water/fire)
B5 Combo (fire/wind)
B6 Combo (water/wind)

The formula works until there's 2 matching numbers. I need the result to show either COMBO then the 2 results from B1-B3, or if there's another way to display the combo that would work too.

Thanks in advance!
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

Forum statistics

Threads
1,224,547
Messages
6,179,436
Members
452,915
Latest member
hannnahheileen

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