Hi All,
I wish to create a formula to return a true or false answer:
If cell A10 = Sell
And the value in cell AC10 is between -1 and 1 but not equal to zero
So if the value in AC10 is 0.5 then the formula returns true but if the number is either less than -1, zero or greater than 1 then the formula returns false.
I have the following which doesn’t work:
=If(AC10=“sell”,OR(AC10>1,AC10<-1,AC10=0)
Any help would be great.
Thanks
Bookmarks