INDEX Match to show a tie

charismaman

New Member
Joined
Aug 24, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am seeking help in a formula to show the results from evaluation that either shows if the consensus is either Exceptional, Satisfactory, Unsatisfactory or if it the outcome is a tied result based on the evaluation selection from other cells.

Column "O" should show the consensus of "K-N" but I cant seem to figure it out.

I have attached a sample with drop list selection for "K-N"

Thanks in advance
 

Attachments

  • Sample.PNG
    Sample.PNG
    62.3 KB · Views: 20

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
let me know if this works for you
---------------------
Book1
ABCDEFGHI
11DougaabbccConsensus
12Validation1aaExceptionalPlease Select from listPlease Select from listPlease Select from listPlease Select from list
13Please Select from list2fffgPlease Select from listSatisfactoryPlease Select from listUnsatisfactoryPlease Select from list
14Exceptional3fffgExceptionalSatisfactoryUnsatisfactoryPlease Select from listTied Result
15Satisfactory
16Unsatisfactory
Sheet1
Cell Formulas
RangeFormula
I12:I14I12=IFERROR(INDEX(E12:H12,MODE(MATCH(E12:H12,E12:H12,0))),"Tied Result")
Cells with Data Validation
CellAllowCriteria
E12:H14List=$A$13:$A$16
 
Upvote 0
Hi Thanks,

It works on some of the cells, sometimes it doesnt show a tie.

1661726430913.png
 
Upvote 0
Sorry I forgot to mention that the selection of exceptional, Satisfactory, Unsatisfactory is from a drop down list
 
Upvote 0
if you are able to put some helper rows, i think i've come up with a solution. try this and let me know if it works for you
-----------------------
Book1
ABCDEFGHIJKLMN
1DougBobRalpChrisPlease Select from listValidationExceptionalSatisfactoryUnsatisfactoryConsensus
21aaExceptionalPlease Select from listPlease Select from listPlease Select from list30100Please Select from list
32fffgPlease Select from listSatisfactoryPlease Select from listUnsatisfactory20011Please Select from list
43fffgExceptionalSatisfactoryUnsatisfactoryPlease Select from list10111Tied Result
54123UnsatisfactorySatisfactorySatisfactoryUnsatisfactory00022Tied Result
65456UnsatisfactoryPlease Select from listPlease Select from listUnsatisfactory20002Tied Result
76789ExceptionalUnsatisfactorySatisfactoryPlease Select from list10111Tied Result
87987ExceptionalExceptionalExceptionalPlease Select from list10300Exceptional
98654SatisfactorySatisfactoryUnsatisfactoryExceptional00121Satisfactory
109321ExceptionalExceptionalExceptionalPlease Select from list10300Exceptional
Sheet2
Cell Formulas
RangeFormula
H2:L10H2=COUNTIF($C2:$F2,H$1)
N2:N10N2=IF(LARGE(H2:L2,1)=LARGE(H2:L2,2),"Tied Result",XLOOKUP(LARGE(H2:L2,1),H2:L2,$H$1:$L$1))
Cells with Data Validation
CellAllowCriteria
C2:F10List=$H$1:$L$1
 
Upvote 0

Forum statistics

Threads
1,216,088
Messages
6,128,744
Members
449,466
Latest member
Peter Juhnke

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