Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Finding the location of MAX value in column

I know this is a very simple question but I have found the MAX value in a
column using the usual formuls, the only problem is I don't know it's
location and I need to relate back to another value on the same row. The
column contains nearly 3000 readings so I don't fancy trawling through them
all tring to find it!
Can anyone please help asap
Thanks a million
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 527
Default Finding the location of MAX value in column

Hi Milly

If you know the column this will do

=ADDRESS(MATCH(MAX(A1:A15),A1:A15),1)

It find the max in column A. If you wanted to find the max in column C then
change the ",1)" in the formula to ",C) and change the range to suit.

Regards
Peter
"milly" wrote:

I know this is a very simple question but I have found the MAX value in a
column using the usual formuls, the only problem is I don't know it's
location and I need to relate back to another value on the same row. The
column contains nearly 3000 readings so I don't fancy trawling through them
all tring to find it!
Can anyone please help asap
Thanks a million

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Finding the location of MAX value in column

Hi Milly

Try
=ADDRESS(MATCH(MAX(A:A),A:A,0),COLUMN(A1))
would return $A$10 for example
If you copy across, then A:A would change to B:B and COLUMN(B1) and so
on.
In other words, you need to alter both parameters depending upon which
column you are searching.

Add a ,4 at the end if you wish to change the formula from Absolute to
relative

=ADDRESS(MATCH(MAX(A:A),A:A,0),COLUMN(A1),4)

--
Regards

Roger Govier


"milly" wrote in message
...
I know this is a very simple question but I have found the MAX value in
a
column using the usual formuls, the only problem is I don't know it's
location and I need to relate back to another value on the same row.
The
column contains nearly 3000 readings so I don't fancy trawling through
them
all tring to find it!
Can anyone please help asap
Thanks a million



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
Finding Location of Maximum Value in 2D Array [email protected] Excel Discussion (Misc queries) 17 November 10th 06 02:36 PM
Finding Location of Maximum Value in 2D Array [email protected] New Users to Excel 15 November 9th 06 05:23 AM
Finding Location of Maximum Value in 2D Array [email protected] Excel Worksheet Functions 15 November 9th 06 05:23 AM
finding cell location Jshendel Excel Discussion (Misc queries) 5 August 30th 06 10:02 PM
finding rightmost location of a character KingGeezer Excel Worksheet Functions 9 January 24th 06 05:21 PM


All times are GMT +1. The time now is 06:57 AM.

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"