View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Problems with MAX

=MAX(IF(ISNUMBER(rng),rng))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Carlo" wrote in message
...
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