View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
cvolkert
 
Posts: n/a
Default Cell ref of max value in array


Try this on for size - if it doesn't work, let me know and we can tweak
it. Later, Chad

=ADDRESS(MATCH(MAX(range),range,0)+ROW(range)-1,COLUMN(range),1)


--
cvolkert
------------------------------------------------------------------------
cvolkert's Profile: http://www.excelforum.com/member.php...o&userid=24380
View this thread: http://www.excelforum.com/showthread...hreadid=489664