Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dan
 
Posts: n/a
Default in excel how do you quote a differnt cell

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   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default in excel how do you quote a differnt cell

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   Report Post  
Posted to microsoft.public.excel.misc
kosciosco
 
Posts: n/a
Default in excel how do you quote a differnt cell


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
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
missing cell borders in Excel Nak Excel Discussion (Misc queries) 8 April 22nd 23 06:11 AM
resetting last cell jagdish.eashwar Excel Discussion (Misc queries) 11 March 31st 06 02:06 AM
need excel to look for the 4th digit in a cell then insert new num Stefi Excel Discussion (Misc queries) 0 March 20th 06 02:45 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM


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