• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Problems with reference

Dear all,


I build a dashboard. Not sometimes this dashboard gives me a little hassle because the point of reference does not contain a value or contains #REF! Does anybody no a way in which I do not get a #HREF error when the reference point does not contain a value but for example a
Code:
0
.


Dear regards,


Marc
 
Marc


You can use the IFERROR Function


=Iferror(Function, Value)

eg:

=Iferror(A1/A2, 0) will display 0 if A2 is 0 causing an error
 
Back
Top