View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Minimum array formula.

Don't use the 0s as the conditional returns:

=MIN(IF(A10:A300=Title,IF(B10:B3000,C10:C300)))


HTH,
Bernie
MS Excel MVP


"Confused_Euffy" wrote in message
...
Can anyone help me please.

I am trying to find the minimum figure (excluding zeros) from a column using
an array formula. My formula is as follows:

=MIN(IF(A10:A300=Title,IF(B10:B3000,C10:C300,0),0 ))

The figures in column c are formulas driven from another tab, and the title
is a drop down list to choose job titles. For some reason my formula always
returns a minimum of zero when zero's are present.

Hope this makes sense.

Can anyone help, it's driving me insane?????

Many thanks in advance.