Text Function SyntaxThe LEFT FunctionThe RIGHT FunctionThe MID FunctionThe TRIM FunctionThe LEN FunctionThe FIND and SEARCH FunctionsCONCATENATE and & FunctionsREPLACE FunctionVALUE FunctionText Functions in ActionI have a spreadsheet in which each cell contains a product description, a product ID, and a product price. How can I put all the product descriptions in column A, all the product IDs in column B, and all the prices in column C?Every day I receive data about total U.S. sales, which is computed in a cell as the sum of East, North, and South region sales. How can I extract East, North, and South sales to separate cells?Using the Text To Columns Command to Extract DataProblems