How do I use the LEFT function to return all characters on the left of a specific character. For example: I have a string that looks like "text1:text2" where text1 varies in length. What is the expression to return text1 (everything before the ":"? All help is appreciated as always.