Hey Everyone,
First post for me. Sorry if this is old ground.
Maybe you can help me with an issue i have.
Depending on the value of a cell (E6 in this example) I want to do the following.
If E6 is a negative number then use 1-(100/E6)
If E6 is a positive number then use 1+(E6/100)
Where e6= '-'
=IF(E6<0,1-(100/E6),1+(E6/100))
Answer is incorrect
Where e6= '+'
=IF(E6<0,1-(100/E6),1+(E6/100))
Answer is correct
Any help would be greatly recieved.
Thanks
J
First post for me. Sorry if this is old ground.
Maybe you can help me with an issue i have.
Depending on the value of a cell (E6 in this example) I want to do the following.
If E6 is a negative number then use 1-(100/E6)
If E6 is a positive number then use 1+(E6/100)
Where e6= '-'
=IF(E6<0,1-(100/E6),1+(E6/100))
Answer is incorrect
Where e6= '+'
=IF(E6<0,1-(100/E6),1+(E6/100))
Answer is correct
Any help would be greatly recieved.
Thanks
J