Hello, and thank you for your help in advance.
I have a list of percentages based on their original value, some may increase, some may decrease, or the value can stay the same as the original amount; or no change.
That said, I have the following criteria I can't seem to get right on an "IF" formula:
1) If the cell value (A11) is between 75% to 125%, then "No"
2) If the cell value (A11) is less than <75%, then "Yes"
3) If the cell value (A11) is more than >125%, then "Yes"
=IF(A11=75%-125%,"No",IF(AND(K11>126%,K11<74%),"Yes","Yes"))
I have a list of percentages based on their original value, some may increase, some may decrease, or the value can stay the same as the original amount; or no change.
That said, I have the following criteria I can't seem to get right on an "IF" formula:
1) If the cell value (A11) is between 75% to 125%, then "No"
2) If the cell value (A11) is less than <75%, then "Yes"
3) If the cell value (A11) is more than >125%, then "Yes"
=IF(A11=75%-125%,"No",IF(AND(K11>126%,K11<74%),"Yes","Yes"))