Hello guys, i have a question:
i want to make a excel sheet that calculates degrees to radians and from radians to Gons.
so far i have done it with a calculation section that does this, but i want to be abit more effective.
ie. if i have 3 rows.
Degrees
Radians
Gons
and if i add a value in gons, it automaticly calculates the degrees and radians.

but to make this alittle easier
input cell A1 = calculate A2 with A1*2 and A3 = A1*4
if input is in A2 calculate A1 with A2/2 and A3 = A2*2
if input is in A3 Calculate A2 with A3/2 and A1 = A3/4

just need a generic layout, so i can reverse engineer it to my needs.

if i try this in a formula, it goes into a loop