View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jon Young Jon Young is offline
external usenet poster
 
Posts: 2
Default MODE fx in array using multiple criteria

I can get SUM, MAX and MIN functions to work in arrays with multiple criteria
like this:

{=MAX(Diameter*(Job=$A6)*(Date=$A$1)*(Date<=$A$2) )}

But, from the example above, I now need to use MODE instead of MAX to return
the most frequently used Diameter within the data subset that meets these
same, multiple criteria. I just get 0.

Thanks in advance for helping.