Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet that contains detect levels for various compounds. In the
range AD7:AD46 are the Minimun detectable levels of the compound. at the botom of the Col in cell AB49 I need a formula that will return the contents of the cell that is found two cells to the left (within Col AB) of the Minimun value within the range AD7:AD46. (Note Column AC is hidden and currenlty not used) If I need to send an example let me know... I just dont know how to return, within a formula, the cell number where the min value is located. I would assume the formula would look something like this within cell AB49: =Value of cell(2 cells to the left of the Min(AD7:AD46)) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=INDEX(AB7:AB46,MATCH(MIN(AD7:AD46),AD7:AD46,0)) Biff "Will" wrote in message ... I have a worksheet that contains detect levels for various compounds. In the range AD7:AD46 are the Minimun detectable levels of the compound. at the botom of the Col in cell AB49 I need a formula that will return the contents of the cell that is found two cells to the left (within Col AB) of the Minimun value within the range AD7:AD46. (Note Column AC is hidden and currenlty not used) If I need to send an example let me know... I just dont know how to return, within a formula, the cell number where the min value is located. I would assume the formula would look something like this within cell AB49: =Value of cell(2 cells to the left of the Min(AD7:AD46)) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Returning contents of a cell in another sheet in same workbook | Excel Discussion (Misc queries) | |||
Searching in another workbook for a string and returning with the contents of the cell next to it. | Excel Worksheet Functions | |||
Finding row # of last cell containing contents | Excel Worksheet Functions | |||
finding cell value in another column and returning a true or fals | Excel Worksheet Functions | |||
Returning contents of a cell | Excel Worksheet Functions |