K
killertofu
I am trying to figure out if there is a non-macro function that I can
write for this scenario:
If A1 is greater than 10 and less than 50, return YES.
Here's what I had, but it always returns false:
=IF(A1>10 & A1<=50,"YES","NO")
Thanks peeps. All help is welcome!
write for this scenario:
If A1 is greater than 10 and less than 50, return YES.
Here's what I had, but it always returns false:
=IF(A1>10 & A1<=50,"YES","NO")
Thanks peeps. All help is welcome!