Hi all,
Perhaps someone can show me why I can’t get this formula to work:
=IF(OR((AND(A1>0,A10,B1<10)),"OKAY",0)))
I've moved the parenthisis all over the place with no luck.
I think the formula is straight forward, but just to explain the situation:
If a number in EITHER a first or second cell is greater then 0 and less then 10, I want a response in a third cell informing me that has occurred.
The formula seems correct (to me at least!). Is it not possible to compine two AND statements within an OR statement?
Thanks,
BH Davis