View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default Minimum array formula.

Try this:

=MIN(INDEX(10^10-(A10:A300="Title")*(B10:B3000)*(10^10-C10:C300),))

Just press Enter



"Confused_Euffy" wrote:

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.