Hello, I'd like to be able to add an if then statement to check if the
character count for a string is greater than a specified number, but my
formula is not valid. This is what I have so far,...
IF(LEN(field)>140,"over limit","under limit") The field I'm pointing to
is a single line text field. Using LEN() by itself works (returns the
character count). Any suggestions?