If X<=2 and X>=-2?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi everyone,

I don't want to say "if X<=2 and X>=-2", instead one thing that would combine both conditions.

Any way?

Mike
 
Hi Mike,

Am Tue, 7 Jan 2014 12:15:32 -0800 (PST) schrieb Mike:
I don't want to say "if X<=2 and X>=-2", instead one thing that would combine both conditions.

try:
=ABS(A1)<=2


Regards
Claus B.
 
Back
Top