Hi,
I have 3 columns :
- Units
- Amount per Unit
- Amount
I would like to use only these 3 columns, and have them auto-calculate based on the values entered in the other 2 columns. So, if I change Units, I should calculate
- Units x Amount per Unit = Amount
and then if I change Amount per Unit (same formula)
2. Units x Amount per Unit = Amount
and then if I change the Amount
3. Amount / Amount per Unit = Units
How can this be implemented ?
Thank you