Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
in excel if you ask it to find the minimum value in a row. how do you get it
to quote the heading of the colum instead of the number in the box |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let's say you numbers are in A1:M1 and the minimum value is in E1
This =MATCH(MIN(A1:M1),A1:M1,FALSE) will tell you the min is in column 5 (not E but 5) This =ADDRESS(1,MATCH(MIN(A1:M1),A1:M1,FALSE)) will return $E$5 Any help? -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "dan" wrote in message ... in excel if you ask it to find the minimum value in a row. how do you get it to quote the heading of the colum instead of the number in the box |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You could use a VLOOKUP function combined with a MIN function, something like: =VLOOKUP(MIN(E5:E11),E5:F11,2,FALSE) Hope that helps Simon -- kosciosco ------------------------------------------------------------------------ kosciosco's Profile: http://www.excelforum.com/member.php...fo&userid=7068 View this thread: http://www.excelforum.com/showthread...hreadid=528080 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
missing cell borders in Excel | Excel Discussion (Misc queries) | |||
resetting last cell | Excel Discussion (Misc queries) | |||
need excel to look for the 4th digit in a cell then insert new num | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
Paste rows of numbers from Word into single Excel cell | Excel Discussion (Misc queries) |