Hello,
I have a basic question that I can't seem to find any answer for. Is it possible to use the IF function and have the result modified in the same cell by a value in a different cell?
So here is my formula for the display column:
=IF([Code 1]@row = "Overtime", "$2.00", IF([Code 1]@row = "Doubletime", "$4.00"))
Now, lets say that Jin gets a $1.50 bonus added to his rate no matter what. Is there a way to shove another IF function into this formula like [Name]@row = "Jin", "+$1.50". I would like it to display as "$4.00 + $1.50" instead of "$5.50" if possible.