This question is in reference to the following answer: How can I sort one set of data to match another set of data in Excel?
=VLOOKUP(A2, Sheet2!A:B, 2, 0)
I am attempting to use this formula to match up two sets of data exactly as the example shows. The formula is working perfectly for matching values that contain a letter within the cell. However, the formula is not matching up values that contain only numbers within the cell. What would be the cause of this? Any ideas?