Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I use the MIN(C49:GL49) function to get the minimum value contained in the
cell. Please tell me how to get the cell reference of the minimum value rather than the value contained in the cell. thanks Mahendhra |
#2
![]() |
|||
|
|||
![]()
Hi Mahendhra
=ADDRESS(49,2+MATCH(MIN(C49:GL49),C49:GL49,0)) -- XL2003 Regards William "Mahendhra" wrote in message ... I use the MIN(C49:GL49) function to get the minimum value contained in the cell. Please tell me how to get the cell reference of the minimum value rather than the value contained in the cell. thanks Mahendhra |
#3
![]() |
|||
|
|||
![]()
Since you already know that the row number is 49, try this *array* formula:
=ADDRESS(49,MAX((C49:GL49=MIN(C49:GL49))*COLUMN(C4 9:GL49))) If you're going to perhaps copy this down, to find the minimum column in a datalist, adjust the formula to this: =ADDRESS(ROW(),MAX((C49:GL49=MIN(C49:GL49))*COLUMN (C49:GL49))) Ties will return the column with the highest address number. -- Array formulas are entered using CSE, <Ctrl <Shift <Enter, instead of the regular <Enter, which will *automatically* enclose the formula in curly brackets, which *cannot* be done manually. -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Mahendhra" wrote in message ... I use the MIN(C49:GL49) function to get the minimum value contained in the cell. Please tell me how to get the cell reference of the minimum value rather than the value contained in the cell. thanks Mahendhra |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
column header changed from letter to number, how return to letter | Excel Discussion (Misc queries) | |||
up to 7 functions? | Excel Worksheet Functions | |||
Absolute Worksheet reference number | Excel Discussion (Misc queries) | |||
#VALUE in cell but pop up function box show right number | Excel Discussion (Misc queries) | |||
Dynamic Column VlookUps Based on Week Number | Excel Worksheet Functions |