Various

Master Excel values vlookup – How to do vlookup

When applying vlookup on lists from different sources, you might easily end up not being able to match values.

Lists from different sources
Lists from different sources

Typical example : SAP extract compared to your local text file, Excel list compared to an SAP extract, Excel list compared to a text list, …

Vlookup not working on lists from different sourcesit
Vlookup not working on lists from different source

See example above. First list as an Excel, second list as a text file. When copying values from text file in Excel, the result is not correct :

  • the value “05678” was present in both lists, but vlookup didn’t find it
  • the value “19459” was not present in text file, but vlookup did find it
Fig10 Compare vlookup difference
Fig10 Compare vlookup difference

See above example.

On the left, values were copied paste directly in Excel.

On the right, values were copy pasted in Excel following below method, and gives the correct result.

In short, to master your vlookup, simply follow these steps :

  • Format new Excel destination columns as text (Fig03)
  • Copy data from 1st file in a text editor, for example Notepad or Notepad++ (Fig04, Fig05)
  • Paste data from 1st file in Excel text formatted columns (Fig06, Fig07)
  • Copy data from 2nd file in a text editor, for example Notepad or Notepad++
  • Paste data from 2nd file in Excel text formatted columns (Fig08)
  • Apply vlookup – and voilà ! (Fig09, Fig10)
03 : Excel format cells to text
Fig03 Excel format cells to text
Fig04 Select text cell format
Fig04 Select text cell format
Fig05 Copy paste values in a text editor
Fig05 Copy paste values in a text editor
Fig06 Copy paste values from text editor in Excel text formatted columns
Fig06 Copy paste values from text editor in Excel text formatted columns
Fig07 Data pasted in excel as text in text columns
Fig07 Data pasted in excel as text in text columns
Fig08 Paste second list as text
Fig08 Paste second list as text
Fig09 Apply vlookup on both list pasted as text
Fig09 Apply vlookup on both list pasted as text

Learn more about VLOOKUP

The Complete guide to VLOOKUP
The Complete guide to VLOOKUP