I can only think of using the instr function to find the comma, then use the left function to just return that part of the string. Example:
left({string},instr({string},",")-1). If there is not a comma in the string, it will return an error.
Kray4660 - That is what I am looking for however, there are some results from that field that don't have a comma and are text only...when I use this formula, I get nothing in that field.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.