View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveG SteveG is offline
external usenet poster
 
Posts: 1
Default Looking for row # for highest value AND blank cell in other column


Do you mean the highest balance in column I if the corresponding value
in column A is blank? If A5=Blank and I5 is the max balance then
return the value in I5?

Try,

=MAX(IF(Bucket!A2:A65535="",Bucket!I2:I65535,1))

which is an array formula so commit with Ctrl-Shift-Enter.

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=569136