LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Extracting Matrix Data

I have at table set up with a column sorted max to min in a column. There
can be more than one entry with the same max value. I need to find the min
and max in other columns based on the max in the first column.

5 80.6 <- max value of interest
5 36.1 <- min value of interest
5 53
4 95.1
4.2 23.4
3 87

The table is bigger and I need to pick out multiple values for the max in
the first column. This function will get the first value of the max in the
first column. It returns the 80.6.

=INDEX(R1C2:R6C2,MATCH(MAX(C1),R1C1:R6C1,0),1)

Thanks for any pointers.
 
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
Extracting data from a product matrix tarheelfan Excel Discussion (Misc queries) 0 March 25th 09 08:58 PM
Manipulating a matrix of data Magenta Excel Discussion (Misc queries) 3 February 5th 08 05:48 AM
Plot data from column to matrix Max Excel Discussion (Misc queries) 2 December 1st 06 01:08 AM
Plot data from column to matrix Torsbyn Excel Discussion (Misc queries) 0 November 29th 06 07:43 AM
Create a matrix from data in three column sa02000 Excel Discussion (Misc queries) 3 June 28th 06 02:25 AM


All times are GMT +1. The time now is 03:56 PM.

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

About Us

"It's about Microsoft Excel"