View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Opus Opus is offline
external usenet poster
 
Posts: 2
Default Divide by the minimum non-zero number in a range of cells

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.