Skip to main content
1-Visitor
February 24, 2016
Solved

use of "on error" to find intersection

  • February 24, 2016
  • 3 replies
  • 1976 views

Hi I want to use the "on error" function to assign a value after an error occurd, however it seems that the "on error" function is not able to cope with an undefined variable, see example.

example.PNG

In this case it is obvious that there is no sollution, however I would like to continou with the value 0 (or whatever) if no solution can be found. Can somebody help me how I can tackle this problem?

I have also attached the example.

Best answer by StuartBruff

Change X from a variable to a function

Stuart

3 replies

23-Emerald V
February 24, 2016

Change X from a variable to a function

Stuart

smungar1-VisitorAuthor
1-Visitor
February 24, 2016

Hi Stuart,

Super thanks for your quick answer,

cheers.

23-Emerald V
February 24, 2016

No worries, Sagar.

Stuart