I am importing a tab delimited file into Excel. The problem is I have reference numbers that very often start with one or more zeroes. Excel formats the column as general and trims the zeroes. I'm thinking the way to deal with this is format the column as text and then put a formula in the cells beginning with [=if (len<10) ] I just can't figure out the part that would insert the zeroes at the beginning of the string. Any help much appreciated.
Start Free Trial