I expect this is a more logical way to achieve what I want but I cannot conceive it
The following does not work.
IF B4 is less or greater than C4 by a value of 2 or more I want to return a false.
=IF(OR(B4<(C4-2)),(B4>(C4+2)),false,true)
Thanks in advance
Lunar
The following does not work.
IF B4 is less or greater than C4 by a value of 2 or more I want to return a false.
=IF(OR(B4<(C4-2)),(B4>(C4+2)),false,true)
Thanks in advance
Lunar