I have a CSV that is received from another department that I pull into my workbook. One cell contains fractions and the inch mark followed by 17-24 spaces. I'm trying to pull from that cell to indicate what file I need to look in for the information and I'm not sure how the pull the information out of all the extra spaces. I want to pull just the numbers from it (2, 2.5, 3, 3.5, 4 with no inch marks) in a TEXTJOIN. If it were just a single number, I'd use (LEFT(D3,1)) but since the numbers contained in the cell are 1 3/8", 2", 2 1/2", 3", 3 1/2", 4", I can't limit my search to just 1 character. What other way can I do it without modifying the CSV?
Last edited: