It's the logical AND *operator* in 123 and Quattro Pro (and perhaps others).
The Excel formula
=IF(AND(B2>5,B2<=10),B2*10%,0)
translates into 123 as
@IF(B2>5#AND#B2<=10,B2*0.10,0)
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.