In that case you might take a different approach and use a button control to trigger the calculation / recalculation when the form is used. That way your user could fill in the '2016 (Deficit / Surplus' control filled in first and then the Text2, Text3, Text4, etc. controls next - the logical flow. Simply enter a text instruction at the appropriate location in the template telling the user to click the "Calculate" button after updating the Text2, Text3, Text4, etc. controls. By setting up the calculation rules on the button control, you can make it seem logical to the user.
Just a thought.