A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

most used value



 
 
Thread Tools Display Modes
  #1  
Old February 23rd, 2009, 05:35 PM posted to microsoft.public.excel.worksheet.functions
Haralambus
external usenet poster
 
Posts: 1
Default 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
  #2  
Old February 23rd, 2009, 05:55 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
Default 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...
  #3  
Old February 23rd, 2009, 08:03 PM posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_3_]
external usenet poster
 
Posts: 3,333
Default 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

  #4  
Old February 24th, 2009, 08:18 AM posted to microsoft.public.excel.worksheet.functions
Tom[_46_]
external usenet poster
 
Posts: 1
Default 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
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:31 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.