I have created three columns (A, B, & C) in Excel 2007 that contain number values. I’m trying to create one “If Statement” in column D that does the following:</SPAN>
Example: </SPAN>
<TBODY>
</TBODY>
Thank you,</SPAN>
- If the value of the number in column C is less than both or any of the other two numbers then type 1
- If the value of the number in column C equals the value of both numbers Or if it equals one but greater than the other then type 0
- If the value of the number in column C is greater than the value of both numbers then type -1
Example: </SPAN>
A</SPAN> | B</SPAN> | C</SPAN> | D (If Statement)</SPAN> |
3</SPAN> | 4</SPAN> | 3</SPAN> | 1</SPAN> |
4</SPAN> | 2</SPAN> | 4</SPAN> | 0</SPAN> |
6</SPAN> | 7</SPAN> | 8</SPAN> | -1</SPAN> |
<TBODY>
</TBODY>
Thank you,</SPAN>