View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Carlo Carlo is offline
external usenet poster
 
Posts: 179
Default Problems with MAX

Thanks guys

i forgot to mention, that i produce the #N/A by myself
otherwise my chart doesn't look right :(
That's why I can't get rid of the "errors"

Thanks a lot to both of you for your Help

Carlo


"Toppers" wrote:

Check for the #N/A condition and "remove" it

=IF(ISNA(formula),"",formula)



"Carlo" wrote:

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