Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It is actually a “valid” expression in the sense that it causes no syntax error, but I would definitely stay away from it. One of the comparisons is done first and then the logical result (true/false) is compared with the other giving results probably much different than you intended. Long thread on exactly this subject here:In Excel, this is not valid, correct?
3.00<=B22<=3.13
Yes.Would this be necessary and correct?
AND(B22>=3.00,B22<=3.13)
Yes it makes a difference. If you try it you’ll see => causes an error.Does the location of equal sign make a difference?
i.e., B22>=3.00 versus B22=>3.00 ?
In Excel, this is not valid, correct?
3.00<=B22<=3.13
Would this be necessary and correct?
AND(B22>=3.00,B22<=3.13)
Does the location of equal sign make a difference?
i.e., B22>=3.00 versus B22=>3.00 ?