View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jon Ratzel[_2_] Jon Ratzel[_2_] is offline
external usenet poster
 
Posts: 16
Default Minimum Ifs Function

I need a formula that would work as a minimum ifs function similar to the
sumifs formula. Given the data set below I need the minimum list price for
the group in cell A1 but only only if the Use = Y and Finish = Red. Can
anyone help?

Group Use Finish List Price Min List Price
A X Red $10
B Y Blue $12
A Y Red $15 $15
C X Yellow $10
A Y Red $19 $15
B Y Red $9