> It would help if you shared the formula which isn't working.
>
[quoted text clipped - 33 lines]
> >
> > Carlo
>well, this is the formula which is in my "range"-cells:
>=IF(OR(ROW()<MAX($H$5;$H$1);X7="");#N/A;100+(X7-INDIRECT("x" &
>MAX($H$5;$H$1)))/INDIRECT("x" & MAX($H$5;$H$1))*100)
>
>I need the #N/A, otherwise these points would show up on my Chart with zero!
>If there would be another solution then the #N/A that would be great,
Ask on the Worksheet Functions forum (microsoft.public.excel.worksheet.
functions) about using array formulas to mimic a "MAXIF" type function.
This should let you keep using N/A in your column, but allow the MAX
function to ignore them.

Signature
Del Cotter
NB Personal replies to this post will send email to del@branta.demon.co.uk,
which goes to a spam folder-- please send your email to del3 instead.
Carlo - 06 Sep 2006 06:59 GMT
Hi Del
thanks for your answer.
They already gave me an answer!
Thanks to all
Carlo
> >well, this is the formula which is in my "range"-cells:
> >=IF(OR(ROW()<MAX($H$5;$H$1);X7="");#N/A;100+(X7-INDIRECT("x" &
[quoted text clipped - 7 lines]
> This should let you keep using N/A in your column, but allow the MAX
> function to ignore them.