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

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
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...?

[TABLE="width: 216"]
<colgroup><col></colgroup><tbody>[TR]
[TD]RichardGrimes[/TD]
[/TR]
[TR]
[TD]DaleGordon[/TD]
[/TR]
[TR]
[TD]KatieHerrington[/TD]
[/TR]
[TR]
[TD]SheilaFenoff[/TD]
[/TR]
[TR]
[TD]JillWeber[/TD]
[/TR]
[TR]
[TD]RonaldGoodwin[/TD]
[/TR]
[TR]
[TD]RogerVincent[/TD]
[/TR]
[TR]
[TD]LynnHeuer[/TD]
[/TR]
[TR]
[TD]MelvinGray[/TD]
[/TR]
[TR]
[TD]JeffreyHarrison[/TD]
[/TR]
[TR]
[TD]AbigailGutierrez[/TD]
[/TR]
[TR]
[TD]RonaldHallam[/TD]
[/TR]
[TR]
[TD]LauraHanley Powell[/TD]
[/TR]
[TR]
[TD]MariaGreaney[/TD]
[/TR]
[TR]
[TD]SusanHoang[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
[TABLE="width: 216"]
<tbody>[TR]
[TD]RichardGrimes[/TD]
[/TR]
[TR]
[TD]DaleGordon[/TD]
[/TR]
[TR]
[TD]KatieHerrington[/TD]
[/TR]
[TR]
[TD]SheilaFenoff[/TD]
[/TR]
[TR]
[TD]JillWeber[/TD]
[/TR]
[TR]
[TD]RonaldGoodwin[/TD]
[/TR]
[TR]
[TD]RogerVincent[/TD]
[/TR]
[TR]
[TD]LynnHeuer[/TD]
[/TR]
[TR]
[TD]MelvinGray[/TD]
[/TR]
[TR]
[TD]JeffreyHarrison[/TD]
[/TR]
[TR]
[TD]AbigailGutierrez[/TD]
[/TR]
[TR]
[TD]RonaldHallam[/TD]
[/TR]
[TR]
[TD]LauraHanley Powell[/TD]
[/TR]
[TR]
[TD]MariaGreaney[/TD]
[/TR]
[TR]
[TD]SusanHoang[/TD]
[/TR]
</tbody>[/TABLE]

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,223,246
Messages
6,170,999
Members
452,373
Latest member
TimReeks

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