AND is a logical operator. This means it is used to select a single object with more than one attribute.
To select text that was Helvetica AND size 12 pt, use:
Select Font Helvetica Select Text if Point Size = 12.00 pt AND
For example, the following is incorrect because a font cannot be both Helvetica and Arial:
Select Font Helvetica Select Font Arial AND