Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Determine the highest Matrix value (Office - Excel)

Dear collegues,

I have a table with columms and lines (4 x 13).
I need to determine the 13 highest values from the table.
I will appreciate your help

see you
Rui
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Determine the highest Matrix value (Office - Excel)


Select the 13 cells that are to get the result. Type the following
formula and press CTRL SHIFT ENTER

=LARGE($A$1:$C$7,ROW(INDIRECT("1:13")))

Since this is an Array Formula, you *must* press CTRL SHIFT ENTER
rather than just ENTER when you first enter the formula
and whenever you edit it later. If you do this properly,
Excel will display the formula in the Formula Bar enclosed
in curly braces { }. (You do not type the curly braces -
Excel includes them automatically.) The formula will not work
properly
if you do not use CTRL SHIFT ENTER. See
http://www.cpearson.com/excel/ArrayFormulas.aspx for lots
more information about array formulas.

This formula will work when the 13 cells are in a single column, going
down 13 rows. If the 13 cells are all in one row, spanning 13 columns,
use the following formula and press CTRL SHIFT ENTER.

=TRANSPOSE(LARGE($A$1:$C$7,ROW(INDIRECT("1:13"))))

In both formulas, change $A$1:$C7 to your actual range of values.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)




On Sat, 31 Jan 2009 14:53:00 -0800, RUI SERRA <RUI
wrote:

Dear collegues,

I have a table with columms and lines (4 x 13).
I need to determine the 13 highest values from the table.
I will appreciate your help

see you
Rui

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Determine the highest Matrix value (Office - Excel)

Hi

Have you try using Sort in Excel?

Click on a header or a cell within your table
Go to Data on the menu bar
Choose Sort
In Sort by : select the column where your numbers are, eg column A
this will highlight your whole dataset.
checked Descending
checked on Header row if your dataset have header row
OK

The highest numbers are sorted to the top rows.
This assume that there are no duplicates in your range, otherwise, you need
to use the LARGE formula provided by Chip

HTH


--
Appreciate that you take a moment to click on the Yes button below if this
posting is helpful.

Thank You

cheers, francis









"RUI SERRA" wrote:

Dear collegues,

I have a table with columms and lines (4 x 13).
I need to determine the 13 highest values from the table.
I will appreciate your help

see you
Rui

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to determine the highest occurrence? Eric Excel Discussion (Misc queries) 4 November 23rd 08 10:11 AM
2 rows, highest No in row 1, then highest number in row 2 relating to that column, possible duplicates John Excel Worksheet Functions 3 August 11th 06 04:34 AM
I am trying to determine eigenvalues for an nxn matrix where n2 Mark Excel Discussion (Misc queries) 4 July 2nd 06 02:13 PM
How to determine second (and then third) highest value in a list Scott M. Lyon Excel Discussion (Misc queries) 2 September 12th 05 11:09 PM
How to determine second (and then third) highest value in a list Scott M. Lyon Excel Discussion (Misc queries) 4 September 12th 05 08:51 PM


All times are GMT +1. The time now is 02:44 PM.

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

About Us

"It's about Microsoft Excel"