CONCATENATE with VLOOKUP Help

KuraiChikara

Board Regular
Joined
Nov 16, 2016
Messages
111
Office Version
  1. 2013
Platform
  1. Windows
Hello,
I am having issues figuring out how to essentially do a VLOOKUP searching for CONCATENATED or AMENDED information

Explanation:
On one sheet, I have names with unique values that I could use for a vlookup for agents that go to different trainings:
Smith, Joe could have the following unique values and training associated to him:

Smith, Joe 1 = Security Awareness
Smith, Joe 2 = Active Directory
Smith, Joe 3 = IPV6 Refresher

However, I want the main sheet to look cleaner while referencing the unique values for the trainings:
Agent# of TrainingsTraining 1Training 2Training 3
Smith, Joe3FORMULAFORMULAFORMULA

<tbody>
</tbody>





The solution I have works but is not user friendly if I want it to be attributed to other agents.

If "Smith, Jane" was next after Smith, Joe, I would physically have to go into the VLOOKUP and change the Lookup Value for each other agent.
(This formula shows the training, but is useless if applied to hundreds of agents since the Lookup Value has to be manually changed if drug down)
=VLOOKUP("Smith, Joe 1",TABLE_ARRAY,COL_INDEX_NUM,RANGE_LOOKUP)
=VLOOKUP("Smith, Joe 2",TABLE_ARRAY,COL_INDEX_NUM,RANGE_LOOKUP)
=VLOOKUP("Smith, Joe 3",TABLE_ARRAY,COL_INDEX_NUM,RANGE_LOOKUP)

I had a theory that introducing some form of CONCATENATE or AMEND as the LOOKUP VALUE might work but I don't know how to include that in my formula.
The CONCATENATE formula is this:

=CONCATENATE(A2," ",1) that gives me Smith, Joe 1
I just don't know how to include that in the VLOOKUP.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I'm glad to help you. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,868
Messages
6,122,005
Members
449,059
Latest member
mtsheetz

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