Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you only want to use out-of -the-box Excel functions...try this:
A1: (some range reference, like B1:L10) A2: =ADDRESS(SUMPRODUCT(--((INDIRECT(A1))=MIN(INDIRECT(A1)))*ROW(INDIRECT(A1 ))),SUMPRODUCT(--((INDIRECT(A1))=MIN(INDIRECT(A1)))*COLUMN(INDIRECT (A1)))) That will return the address of the cell that contains the lowest value. Note 1: If there are duplicate minimum values, It will return the address of it will return the location of the first. Note 2: for simplicity sake, the referenced range cannot contain Blank Cells. If the range may contain blanks, the formula becomes more cumbersome. Does that help? *********** Regards, Ron "Mike H" wrote: Hello, I want a function that allows me to enter a range and then returns the address of the cell with the minimum value. It is the Address I am interested in, not the value. Any ideas? Many thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find the cell address of the 2nd largest of a set? | Excel Discussion (Misc queries) | |||
Function syntax to compare cell contents | Excel Worksheet Functions | |||
How do I obtain the address of a cell using the vlookup function? | Excel Worksheet Functions | |||
Function to determine if any cell in a range is contained in a given cell | Excel Worksheet Functions | |||
Is there a function for "not isblank" (find a cell that has a val. | Excel Worksheet Functions |