Reasons why VLOOKUP is not working
1. VLOOKUP Cannot Look to its Left
What this means is if the data you are matching for is not in the left side column, i.e. you want to match a data which is in 2nd column and 1st column value is required to be displayed then It will not be working.
Solution:
1. Keep the matching column in first or left most column of the table/selection area.
2. The solution to this involves not using VLOOKUP at all. Using a combination of the INDEX and MATCH functions of Excel is a common alternative to VLOOKUP. It is far more versatile.
2. Your Table Contains Duplicates
Ok, so your list should have duplicates. In this case a VLOOKUP is not what you need. A PivotTable would be perfect to select a value and list the results instead.
3. The Table has got Bigger
update your table reference
Source: https://www.ablebits.com/office-addins-blog/2014/04/09/why-excel-vlookup-not-working/
Comments
Post a Comment