Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I find the cell reference that contains the minimum or maximum


Hello
I want to know how do I find the cell reference that contains the
minimum value between a range of cells.
I know I can use the function =min(A1:A100) but this returns the
minimum value.
I want to know where this minimum is.
And, if I know it's A50 how do I use the cell B50, let me explain: I
have some dates in B cells and some values in A cells. I want to know
when the minimum did occur (this should be a date in B cells)
Thanks a lot


--
fadsnet
------------------------------------------------------------------------
fadsnet's Profile: http://www.excelforum.com/member.php...o&userid=37254
View this thread: http://www.excelforum.com/showthread...hreadid=569726

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default How do I find the cell reference that contains the minimum or maximum

Hi!

So, you want to find the MIN in col A and return the corresponding value
from col B?

Try this:

=INDEX(B1:B100,MATCH(MIN(A1:A100),A1:A100,0))

Note: if there are duplicate MIN's the formula will match the FIRST
instance.

Biff

"fadsnet" wrote in
message ...

Hello
I want to know how do I find the cell reference that contains the
minimum value between a range of cells.
I know I can use the function =min(A1:A100) but this returns the
minimum value.
I want to know where this minimum is.
And, if I know it's A50 how do I use the cell B50, let me explain: I
have some dates in B cells and some values in A cells. I want to know
when the minimum did occur (this should be a date in B cells)
Thanks a lot


--
fadsnet
------------------------------------------------------------------------
fadsnet's Profile:
http://www.excelforum.com/member.php...o&userid=37254
View this thread: http://www.excelforum.com/showthread...hreadid=569726



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I find the cell reference that contains the minimum or maximum


Ok this worked.Thanks a lot


--
fadsnet
------------------------------------------------------------------------
fadsnet's Profile: http://www.excelforum.com/member.php...o&userid=37254
View this thread: http://www.excelforum.com/showthread...hreadid=569726

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default How do I find the cell reference that contains the minimum or maximum

You're welcome. Thanks for the feedback!

Biff

"fadsnet" wrote in
message ...

Ok this worked.Thanks a lot


--
fadsnet
------------------------------------------------------------------------
fadsnet's Profile:
http://www.excelforum.com/member.php...o&userid=37254
View this thread: http://www.excelforum.com/showthread...hreadid=569726



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 459
Default How do I find the cell reference that contains the minimum or maximum

fadsnet wrote:
Hello
I want to know how do I find the cell reference that contains the
minimum value between a range of cells.
I know I can use the function =min(A1:A100) but this returns the
minimum value.
I want to know where this minimum is.
And, if I know it's A50 how do I use the cell B50, let me explain: I
have some dates in B cells and some values in A cells. I want to know
when the minimum did occur (this should be a date in B cells)
Thanks a lot



Try with this:

=ADDRESS(ROW()-1+MATCH(MIN(A9:A24),A9:A24,0),1,4)

In this example I have some random numbers in A9:A24 and the formula gives
the address of the cell with the minimum value.

--
(I'm not sure of names of menus, options and commands, because
translating from the Italian version of Excel...)

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy




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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
how do I format a cell reference to move as source changes KGray Excel Worksheet Functions 1 August 13th 05 12:41 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Cell Reference Math Ralph Howarth Excel Worksheet Functions 0 January 26th 05 06:27 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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