ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   most used value (https://www.excelbanter.com/excel-worksheet-functions/221984-most-used-value.html)

Haralambus

most used value
 
hi,
I have data in 1300 rows and 8 columns (all numbers). How can I filter out
most used x values?

thanks

Glenn

most used value
 
Haralambus wrote:
hi,
I have data in 1300 rows and 8 columns (all numbers). How can I filter out
most used x values?

thanks


Assuming your data is in A1:H1300 and nothing in J1, put the following array
formula (commit with CTRL+SHIFT+ENTER) in J2 and copy down x rows:

=MODE(IF(COUNTIF($J$1:J1,$A$1:$H$1300)=0,$A$1:$H$1 300))

These are the most used values. Not sure what you want to do from there...

Shane Devenshire[_2_]

most used value
 
Hi,

You have a problem here in your defintion of the problem, consider this
small example:

1 2 3
4 1 5
6 7 1
8 3 9

Do you want to hide the first three rows because 1 occures the most often
and is found on all three rows? You can't filter single cells, you can hide
entire rows or columns but not cells. You can suppress the display of the
value in a cell based on a condition, but that cell is still there and its
value remains.

The simplest way to find the most frequent items is
=MODE(A1:H1300)

However, Excel does not handle bimodal and trimodal distributions, so how do
you want to handle situations in which two different numbers are the most
frequent occuring the same number of times?

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Haralambus" wrote:

hi,
I have data in 1300 rows and 8 columns (all numbers). How can I filter out
most used x values?

thanks


Tom

most used value
 
On Mon, 23 Feb 2009 18:35:08 +0100, Haralambus wrote:

hi,
I have data in 1300 rows and 8 columns (all numbers). How can I filter out
most used x values?

thanks


data analysis - histogram


All times are GMT +1. The time now is 05:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com