VLookUp used in cinjunction with Concentrate

6two6rob

New Member
Joined
Nov 5, 2015
Messages
7
I'm currently trying to add a value (age) from one spreadsheet with first name, last name, and age to another spreadsheet with only first name and last name.

So what I've done is use the CONCENTRATE command to combine first and last name together in a new column on both tables, creating a unique identifier for VLOOKUP to use.

The problem is, no matter what I do, VLOOKUP seems to always give the wrong values.

Any insight to this? Both tables are sorted by date, ascending order, and I have TRUE as the last variable on VLOOLUP.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Here is the formula for my VLOOKUP.
=VLOOKUP(P4,'P:\Backups\CAPTA\[mods_021916.xlsx]mods_021916'!$A$2:$G$5073,2,FALSE)

Since both tables are actually not organized or similar (one table has more records than the other), I have the last value of VLOOKUP set to false.
 
Upvote 0
So P4 is a Concatenate formula, combining first and last names.
That formula would require column A on the other book/sheet to be the same concatenate result of first and last names.
 
Upvote 0
Here is the formula for my VLOOKUP.
=VLOOKUP(P4,'P:\Backups\CAPTA\[mods_021916.xlsx]mods_021916'!$A$2:$G$5073,2,FALSE)

Since both tables are actually not organized or similar (one table has more records than the other), I have the last value of VLOOKUP set to false.

Would you post the value of A2 from mods...?
 
Upvote 0
Would you post the value of A2 from mods...?

RichardGrimes
DaleGordon
KatieHerrington
SheilaFenoff
JillWeber
RonaldGoodwin
RogerVincent
LynnHeuer
MelvinGray
JeffreyHarrison
AbigailGutierrez
RonaldHallam
LauraHanley Powell
MariaGreaney
SusanHoang

<colgroup><col></colgroup><tbody>
</tbody>
 
Upvote 0
RichardGrimes
DaleGordon
KatieHerrington
SheilaFenoff
JillWeber
RonaldGoodwin
RogerVincent
LynnHeuer
MelvinGray
JeffreyHarrison
AbigailGutierrez
RonaldHallam
LauraHanley Powell
MariaGreaney
SusanHoang

<tbody>
</tbody>

What result does the following diagnostic formula yield?

=SUMPRODUCT(('P:\Backups\CAPTA\[mods_021916.xlsx]mods_021916'!$A$2:$A$5073=P4)+0)
 
Upvote 0

Forum statistics

Threads
1,215,684
Messages
6,126,199
Members
449,298
Latest member
Jest

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