Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi!
I've written a large Given/find Solve block, and read previous answers to questions like this where intermediate steps were incorrect. Each of my intermediate steps solves fine, but the final Find() statement still throws the "This variable is undefined." error!
Would some kind soul possibly look at my sheet (attached) and see if they can find the problem?
Thank you!
Solved! Go to Solution.
Make appropriate parameters explicit functions of the variable you are trying to find. lt's also a good idea to keep your assignments and function definitions outside the Given - Find block - otherwise it's too easy to get confused. See attached.
Alan
Make appropriate parameters explicit functions of the variable you are trying to find. lt's also a good idea to keep your assignments and function definitions outside the Given - Find block - otherwise it's too easy to get confused. See attached.
Alan
Thank you very much Alan.
Make appropriate parameters explicit functions of the variable you are trying to find.