Is there a formula that I can use to determine if a cell is closer to zero than another cell (comparing the two) and then enter either "Yes" or "No"
For example: The data being compared is in Column A and B. If Column B is closer to zero than "No", if Column A is closer to Zero than "Yes."
Using less than doesn't work because of the negative numbers.
Column
A | B | C
-1 | -2 | Yes
-5 | -2 | No
2 | 1 | No
1 | 2 | Yes
Thanks in advance!
For example: The data being compared is in Column A and B. If Column B is closer to zero than "No", if Column A is closer to Zero than "Yes."
Using less than doesn't work because of the negative numbers.
Column
A | B | C
-1 | -2 | Yes
-5 | -2 | No
2 | 1 | No
1 | 2 | Yes
Thanks in advance!