Great day Experts,
I am looking for a CF formula that will check if one side of a number is greater than the other side. The formula I was attempting to use was IF(left(A2,1)>right(A2,1),true,"") to turn red and IF(left(A2,1)<=right(A2,1),true,"") to turn green. The issue I ran into is that this formula only works 1 character. Is there a better way to achieve what I am trying to do?
I am looking for a CF formula that will check if one side of a number is greater than the other side. The formula I was attempting to use was IF(left(A2,1)>right(A2,1),true,"") to turn red and IF(left(A2,1)<=right(A2,1),true,"") to turn green. The issue I ran into is that this formula only works 1 character. Is there a better way to achieve what I am trying to do?
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
2 | 7/4 | 8/13 | 5/9 | ||
Sheet1 |