cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Updating guess value in looped solve block

ptc-6787125
1-Newbie

Updating guess value in looped solve block

Hi all,

I have a solve block function inside a program. The program iterates through an array, finding a solution for each element in the array. The problem is that the initial guess value does not work for all elements in the array. I would like to be able to use the previously calculated solution as the new guess value for the solve block. Is this possible?

I can't post the whole sheet, but I've attached an extract which hopefully shows what I'm trying to do.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

So why not make the guess value an additional argument of your solve block function?

1.png

View solution in original post

3 REPLIES 3

So why not make the guess value an additional argument of your solve block function?

1.png

RichardJ
19-Tanzanite
(To:ptc-6787125)

Just pass it to the function as another parameter.

Thanks gents! A rather simple soltution...

Top Tags