View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default Problems with MAX

Try this instead of simply yourfunction():
=IF(ISERROR(yourfunction()),"",yourfunction())

Regards,
Stefi



€˛Carlo€¯ ezt Ć*rta:

Found the Problem, some formulas produced #N/A,
so the MAX statement produces #N/A too :(

Is there a solution for this?

Thanks Carlo

"Carlo" wrote:

Hi all

got a problem with the MAX statement:
have a range with let's say 20 cells.
Each cell has a formula, which either produces
a Number or "". If i want to get the Maximum
out of this range, i only get a #N/A :(
does anyone know, how i still can get the Maximum
of all numbers in that range?

Thanks for your Help

Carlo