How would I call a "less than or equal" function in an if statement in Mac NeoOffice Calc?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

I would presume it's just <=, for example

=IF(A5 <= 16, "yes", "no")
link|improve this answer
feedback

Your Answer

 
or
required, but never shown