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

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

VorLag

Board Regular
Joined
May 13, 2013
Messages
205
You can use either MODE.SINGL(array) or MODE.MULT(array) to pull out the value that repeats the most.
 
Upvote 0

ratanbhushan2910

New Member
Joined
Sep 3, 2014
Messages
6
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,191,621
Messages
5,987,734
Members
440,106
Latest member
davcurnutt

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
Top