Hello,
I'm trying to calculate an value x or i which is the result of the formula x = y*(1+i).
x = Future value
y = Present value
i = intrest rate
This wasn't so hard until I wanted to calculate x or i depending on the output the user wants (i or x) and only use 2 visible input boxes (x and i). y is a given number which can not be changed by the user.
exp.:
given data: y = 1 ; i = 0.1
calculated: x = 1.1
The user can now change the value of i => need to calculate x for exp. i becomes 0.05, result of x should become 1.05
or change the value of x => need to calculate i.
thank you
DODO1
I'm trying to calculate an value x or i which is the result of the formula x = y*(1+i).
x = Future value
y = Present value
i = intrest rate
This wasn't so hard until I wanted to calculate x or i depending on the output the user wants (i or x) and only use 2 visible input boxes (x and i). y is a given number which can not be changed by the user.
exp.:
given data: y = 1 ; i = 0.1
calculated: x = 1.1
The user can now change the value of i => need to calculate x for exp. i becomes 0.05, result of x should become 1.05
or change the value of x => need to calculate i.
thank you
DODO1