Hello,
I have a column (H:19,H:76) that assigns the variables AVE, AO, AE, BVE, BO, BE to various people.
1) I want to assign a value to each of the 6 variables
2) Then I want to have a column that does something like:
IF (CELL H# = AO)
THEN (CELL R# = BONUS * .045)
ELSE IF (CELL H# = AE)
THEN (CELL R# = BONUS * .043)
ELSE IF (ETC..............)
END
3) This formula should apply to all the tables in row R.
So it reads from H and then puts the data into R.
That's just how the logic works, I know I'm not typing it out right, can someone please help.
Thanks in advance
I have a column (H:19,H:76) that assigns the variables AVE, AO, AE, BVE, BO, BE to various people.
1) I want to assign a value to each of the 6 variables
2) Then I want to have a column that does something like:
IF (CELL H# = AO)
THEN (CELL R# = BONUS * .045)
ELSE IF (CELL H# = AE)
THEN (CELL R# = BONUS * .043)
ELSE IF (ETC..............)
END
3) This formula should apply to all the tables in row R.
So it reads from H and then puts the data into R.
That's just how the logic works, I know I'm not typing it out right, can someone please help.
Thanks in advance