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

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
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,222,246
Messages
6,164,805
Members
451,917
Latest member
WEB78

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