View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BK BK is offline
external usenet poster
 
Posts: 2
Default Excel Maxif function

Ron,

The below formula works in case column A has text value. If my col A has numerical value , how can i write the formula to find max value in Col B ???


=MAX(INDEX((A2:A10="Dog")*B2:B10+(A2:A10<"Dog")*M IN(B2:B10),0))


Thanks in advance

BK