Getting Mode from data range which is not Normalized

thisisrahul

Active Member
Joined
Sep 2, 2008
Messages
285
I have a data range e.g. 1.15, 2.05, 2.1, 2.15, 1.95, 3.05, 4.15, 0.5
I want to know the MODE of this data in such a way that it captures x% of deviation.

For the above data range Mode should be 2 and the frequency would be 3 (2.05,2.1,1.95 to be considered).

any help is welcome.


__________
Rahul
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
let me try with the following example.
i have the following data set:-

1.15, 2.05, 1.95, 3.05, 4.15, 0.5, 2.05, 5.15, 2.05, 3.0, 3.05, 2.95, 3.0

the result of mode is 2.05 for the above data set, whereas i need to get 3 as mode.
logic being, there are more data points nearest to 3 than 2.05.

Instead, if i use round function to get nearest integer, i'll get my answer.
Is there a way getting the same answer without using round function.


let me know your thoughts...
 
Upvote 0
let me try with the following example.
i have the following data set:-

1.15, 2.05, 1.95, 3.05, 4.15, 0.5, 2.05, 5.15, 2.05, 3.0, 3.05, 2.95, 3.0

the result of mode is 2.05 for the above data set, whereas i need to get 3 as mode.
logic being, there are more data points nearest to 3 than 2.05.

Instead, if i use round function to get nearest integer, i'll get my answer.
Is there a way getting the same answer without using round function.


let me know your thoughts...

Control+shift+enter, not just enter:

=MODE(ROUND(A2:M2,0))
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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