Problem with #VALUE/0! error

G

Guest

(this may be a repeat question because my computer went funny - but here you
are:)

The below formula

=IF(N(CO23)=0,"",(ABS(CO23)))

it to return an absoulte value from some data. if there is only one data in
the set, then it returns a #Value! error sign. Is there a way to get it to
put a blank in the intended cells when this happens, rather than the error as
other formula gets mucked up by it!

the other formula is:

=MATCH(MAX(B52:AD52),B52:AD52,0)

Has anyone any ideas please??

Ted.
 
G

Guest

sorry, its this formula that causes the error value:

=IF(OR(G23<G$45,G23>G$46),"",IF(G$48>0,(G23-G$45)/G$47,(G$46-G23)/G$47))

the other one is what displays its absolute value (even if that value is an
error message - how can I make it display a blank cell rather than the
error!?)

thanks.
Ted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top