Maximum repeated value

ratanbhushan2910

New Member
Joined
Sep 3, 2014
Messages
6
In my data call contains value as:

2 2 3 3 2 3 1 2 3 4 4

and in the last cell I want the maximum times repeated number, as there is 3 repeated for maximum number.

All the values written above are in the consecutive cells(Row)
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
You can use either MODE.SINGL(array) or MODE.MULT(array) to pull out the value that repeats the most.
 
Upvote 0
Lets take an example as given below

1,2,3,1,4,1 = 1

There is no criteria to select the maximum repeated but only numbers

2,1,2,1,5 = either 1 or 2
 
Upvote 0

Forum statistics

Threads
1,213,533
Messages
6,114,179
Members
448,554
Latest member
Gleisner2

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