View Single Post
  #13  
Old June 13th, 2009, 08:53 PM posted to microsoft.public.excel.worksheet.functions
Teethless mama
external usenet poster
 
Posts: 3,722
Default Divide by the minimum non-zero number in a range of cells

=MIN(INDEX(10^10-(A1:A70)*(10^10-A1:A7),))

Just press ENTER


"Opus" wrote:

I need to find the minimum non-zero number in a range of cells that contains
some zeroes. So that I can divide by the minimum number. Any ideas?

If I just use the MIN function, it returns a value of 0, then when my
formula divides by that I get the divide by zero error.