I have the following relationship
x = (A - B*int(x/C))
Is there a non-iterative way to solve for x? By removing the INTEGER function, I can get quite close by not close enough. This is in a large model and it is a little tedious to wait for recalc which is driving the desire to go non-circular. VBA helps a little only.
Would appreciate any suggestion.
I just joined the group. Looking forward to interacting with everyone.
x = (A - B*int(x/C))
Is there a non-iterative way to solve for x? By removing the INTEGER function, I can get quite close by not close enough. This is in a large model and it is a little tedious to wait for recalc which is driving the desire to go non-circular. VBA helps a little only.
Would appreciate any suggestion.
I just joined the group. Looking forward to interacting with everyone.