InList function, will searches for the string in Comma Separated Values, based on the string provided to search (two arguments are mandatory) and returns True if string occurs one or more times in a comma-separated list.
InList Function Syntax:
InList(“<string to search>”,”<comma separated values>”)
Example: InList("xyz", "asd,xya,xyz")
No comments:
Post a Comment