Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 129
Default How to find the address of the min cell within a range

Ihave a range A1:A10 and I need to know the Cell address that contains the
min value... any ideas?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default How to find the address of the min cell within a range

one way:

=CELL("address",INDEX(A1:A10,MATCH(MIN(A1:A10),A1: A10,FALSE)))


In article ,
Will wrote:

Ihave a range A1:A10 and I need to know the Cell address that contains the
min value... any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How to find the address of the min cell within a range

Another way:

=ADDRESS(MATCH(MIN(A1:A10),A1:A10,0),1)

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"JE McGimpsey" wrote in message
...
one way:

=CELL("address",INDEX(A1:A10,MATCH(MIN(A1:A10),A1: A10,FALSE)))


In article ,
Will wrote:

Ihave a range A1:A10 and I need to know the Cell address that contains
the
min value... any ideas?



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 do I find address of cell containing maximum value Doug Excel Worksheet Functions 11 April 14th 08 02:14 PM
Find address of active cell Dave Excel Worksheet Functions 5 September 6th 06 06:43 PM
Is there a way to find the address of a cell with a certain value? Oshtruck user Excel Worksheet Functions 1 August 10th 06 07:57 PM
Function to find the address of a cell Ron Rosenfeld Excel Worksheet Functions 23 December 11th 05 04:06 PM
How do I find the cell address of the 2nd largest of a set? Mr. Snrub Excel Discussion (Misc queries) 4 May 30th 05 12:53 PM


All times are GMT +1. The time now is 09:58 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"