I'm working on a project that requires me to "speed up" or "slow down" a value based on whether the employee is not meeting, meeting or exceeding an expected goal.
To make it easier (for me) I've already entered a formula that converts values that are less than 100% to "FALSE" and values that are > or = to 100% to "TRUE".
But what I cant figure out is how to add 1 cell to another if the answer is "FALSE" and subtract 1 cell from another if the answer is "TRUE".
I thought that entering the IF criteria: $AJ118 = FALSE then entering the formula if the criteria is true and what formula it should execute if the criteria is not true, but it still only calculates it if it's false.
=IF($AJ$118 = FALSE, (M122+AL122), (M122-AL122))
Thoughts?
Bookmarks