Do I use if function to accomplish this? Cell R2 will always have a value between 1 and 30
if cell F2>27, and cell R2>24, then add 5 to cell Z2.
if cell F2>27, and cell R2<6, then subtract 5 from cell Z2.
if cell F2>27, and cell R2>5,R2<11, then subtract 3 from cell Z2.
If it is false, then I want it to return the value of Z2
Thanks for any help you could offer me.
Bookmarks