Lets say that I have 3 parameters/cells:
- High (Cell A1)
- Medium (Cell A2)
- Low (Cell A3)
the fixed values for these cells are 2, 2 ,2
how can I change the value of cellA1 based on the changes of cellA2, or cellA3.for example:if cellA2 value is 1, I have to add 1 to cellA1, and if its Zero I have to add 2 to ceelA1.
can you help please?