I imported a simple 4 column excel document with around 8,000 rows. The columns are Item, description, UOM and cost. I am using the item and description to write a VLOOKUP on a separate sheet.
For some reason in the item column (Which are all item codes) if an individual cell has only numbers, it adds an apostrophe BEFORE the set of numbers. For example, item code 100200 will read '100200 when I click into the cell. If there is even one letter in the cell, this will not occur. This is causing my VLOOKUP to return a NOMATCH.
There are no apostrophes on the excel document and I cannot find a reason for why this is happening.
Is there a simple fix? Please help!!