View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default conditional MIN() function


Try this

=MIN(IF(B1:B100=D1,A1:A100))

confirmed with CTRL+SHIFT+ENTER

note: you can't use whole column references like a:a


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=544621