I have cells that contain multiple values as a full string:
Apple - Banana - 000123
When I convert to three columns using the "text to columns" operation, the third column converts to a number and removes the leading zeros (cell value turns into 123 as a number). This is breaking my lookup function. Any ideas how to keep everything as text and exactly as it is shown?
TIA
Tim
Apple - Banana - 000123
When I convert to three columns using the "text to columns" operation, the third column converts to a number and removes the leading zeros (cell value turns into 123 as a number). This is breaking my lookup function. Any ideas how to keep everything as text and exactly as it is shown?
TIA
Tim