Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.