jcarson Posted May 11, 2005 Posted May 11, 2005 Is there a way to do an IF function that says if text field X CONTAINS the phrase "blah blah blah", then value Y? Thanks, Jeff
QuinTech Posted May 11, 2005 Posted May 11, 2005 Sure... Case ( PatternCount ( field X , "blah blah blah" ) , "value Y" ) You could use the If function, but Case is quicker. J
Recommended Posts
This topic is 7204 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now