VLOOKUP Failing for some random values

renanpoco

New Member
Joined
Nov 3, 2018
Messages
25
Hi, i'm trying to apply =vlookup for the spreadsheet attached to look for portuguese translations into sheet1 ("original ptbr") and retrieve them into sheet2 ("match translation") but it is failing for some random values and i don't know why since the words and the translations are there.

Here is the spreadsheet:
https://www.dropbox.com/s/vfu7jl0ea...he original portuguese ulpan course.xlsx?dl=0

Does anyone know how to fix this? :confused:

Thanks,
Renan
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Some of the values on the "Match" sheet have extra spaces, hence it not a match.
 
Upvote 0
In I2 put
=Trim(c2)
and fill down, then change the Vlookup to look at col I
 
Upvote 0
You need to fix the look up range like
=VLOOKUP(I2,'ORIGINAL PTBR'!C$2:D$1814,2,FALSE)
otherwise when you copy it down it will change to C3:D1815 for row 3 etc.
 
Upvote 0

Forum statistics

Threads
1,225,738
Messages
6,186,736
Members
453,369
Latest member
juliewar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top