Reply To: Formula for text

#637
Bill Finzer
Keymaster

Hi Andee,

Here’s one example:

if(Age<20,”Young”,”Not Young”)

Basically anywhere you might return a number, you can return a quoted string.

Bill