|
By:
IF is pretty easy.
the format is =IF(condition, true, false) so for you it would be =IF( (A1/100+1) larger than or equal 0,calculation 1,calculation 2) larger than sign doesn't usually work on this forum, but use that instead of the words |
|
By:
I misunderstood, it would be
IF(A1 larger or equal to 0, ((A1/100+1)),((1-(100/A1))) Might be wrong number of brackets. Have fun with your american odds arbing. |
|
By:
thanks lori - it is obviously american odds, trying to take the arbing a bit further with negative % middle value analysis but wont bore you any further
|
|
By:
Enjoy, you'll do well investigating that route imo.
|
|
By:
Re: Displaying the greater than/less than symbols, < >
Just in case anyone is interested you can do this by using Alt codes. Just make sure Num Lock is on, hold down the Alt key and enter the code number for the required symbol on the numeric keypad, then release the Alt key. Code for the greater than symbol is Alt62 Code for the less than symbol is Alt60 See http://usefulshortcuts.com/alt-codes/instructions-for-using-alt-Codes.php for more details. |