Get Most Frequent Text with Reference to a Cell Value

krllb

New Member
Joined
Jun 10, 2013
Messages
16
Hi Guru's

Good Day! Need your help how to determine a cell value (BIN Coordinate) based on the most frequent time the text appears. Thanks!
Enter Plant:D301
BIN Coordinate_???_____
Expected Value:Y03-A01-01
PLANTBIN CoordinateCount
100DB01-A01-014
100DB01-A02-015
100DB01-A03-013
D301V94-B01-011
D301V94-B03-013
D301V94-B04-0111
D301V94-C04-011
D301Y03-A01-0124
D301Y04-A01-0116

<tbody>
</tbody>
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi Krllb,

Enter your data from A4 to C13 Range

Enter Plant in Cell B1

Enter the following array formula in B2 by pressing Shift + Control + Enter

=INDEX($B$4:$B$13,MATCH(MAX(IF($B$1=$A$4:$A$13,$C$4:$C$13,"")),IF($B$1=$A$4:$A$13,$C$4:$C$13,""),0))

Kind regards

Saba
 
Upvote 0
@krllb
In future please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread. (rule 12 here: Forum Rules).
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,903
Members
449,477
Latest member
panjongshing

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