Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Can you base a vlookup formula on data that has been concatenated?
|
#2
![]() |
|||
|
|||
![]()
Yes.
Would you like to describe what you're trying to do, so that you can get a more helpful answer? "Lisa" wrote: Can you base a vlookup formula on data that has been concatenated? |
#3
![]() |
|||
|
|||
![]()
On the destination sheet I have a column that has first and last names that
have been joined by concantenating them. On the reference sheet, the cells contain the same first and last name (the matching column) but they have been exported from a system and did not need to be concatenated. I know that the vlookup formula is correct because if I type over the concatenated cell the actual first and last name, It will then reference the student number (The infomration that I am trying to bring over to the destination sheet.) So I guess my uqestion is how do I make data that has been concatenated into text. "Duke Carey" wrote: Yes. Would you like to describe what you're trying to do, so that you can get a more helpful answer? "Lisa" wrote: Can you base a vlookup formula on data that has been concatenated? |
#4
![]() |
|||
|
|||
![]()
if your lookup range contains
Row# ColA ColB 1 Name Student# 2 Carey, Duke 897 3 Doe, Lisa 1022 and you have the text Doe in cell C6 and the text Lisa in D6,use =VLOOKUP(C6&", "&D6,A2:B3,2,0) "Lisa" wrote: On the destination sheet I have a column that has first and last names that have been joined by concantenating them. On the reference sheet, the cells contain the same first and last name (the matching column) but they have been exported from a system and did not need to be concatenated. I know that the vlookup formula is correct because if I type over the concatenated cell the actual first and last name, It will then reference the student number (The infomration that I am trying to bring over to the destination sheet.) So I guess my uqestion is how do I make data that has been concatenated into text. "Duke Carey" wrote: Yes. Would you like to describe what you're trying to do, so that you can get a more helpful answer? "Lisa" wrote: Can you base a vlookup formula on data that has been concatenated? |
#5
![]() |
|||
|
|||
![]()
I didn't think about essentially doing both operations in one. That is a
great idea! Thank you! Lisa "Duke Carey" wrote: if your lookup range contains Row# ColA ColB 1 Name Student# 2 Carey, Duke 897 3 Doe, Lisa 1022 and you have the text Doe in cell C6 and the text Lisa in D6,use =VLOOKUP(C6&", "&D6,A2:B3,2,0) "Lisa" wrote: On the destination sheet I have a column that has first and last names that have been joined by concantenating them. On the reference sheet, the cells contain the same first and last name (the matching column) but they have been exported from a system and did not need to be concatenated. I know that the vlookup formula is correct because if I type over the concatenated cell the actual first and last name, It will then reference the student number (The infomration that I am trying to bring over to the destination sheet.) So I guess my uqestion is how do I make data that has been concatenated into text. "Duke Carey" wrote: Yes. Would you like to describe what you're trying to do, so that you can get a more helpful answer? "Lisa" wrote: Can you base a vlookup formula on data that has been concatenated? |
#6
![]() |
|||
|
|||
![]()
The other thing you might check, if you've imported your data from another
source, is that you don't have "hidden" leading or trailing spaces. That can really screw up your conatenation (and therefore your VLOOKUP)... "Lisa" wrote: On the destination sheet I have a column that has first and last names that have been joined by concantenating them. On the reference sheet, the cells contain the same first and last name (the matching column) but they have been exported from a system and did not need to be concatenated. I know that the vlookup formula is correct because if I type over the concatenated cell the actual first and last name, It will then reference the student number (The infomration that I am trying to bring over to the destination sheet.) So I guess my uqestion is how do I make data that has been concatenated into text. "Duke Carey" wrote: Yes. Would you like to describe what you're trying to do, so that you can get a more helpful answer? "Lisa" wrote: Can you base a vlookup formula on data that has been concatenated? |
#7
![]() |
|||
|
|||
![]()
Thank you for your help! It now works beautifully!
"BekkiM" wrote: The other thing you might check, if you've imported your data from another source, is that you don't have "hidden" leading or trailing spaces. That can really screw up your conatenation (and therefore your VLOOKUP)... "Lisa" wrote: On the destination sheet I have a column that has first and last names that have been joined by concantenating them. On the reference sheet, the cells contain the same first and last name (the matching column) but they have been exported from a system and did not need to be concatenated. I know that the vlookup formula is correct because if I type over the concatenated cell the actual first and last name, It will then reference the student number (The infomration that I am trying to bring over to the destination sheet.) So I guess my uqestion is how do I make data that has been concatenated into text. "Duke Carey" wrote: Yes. Would you like to describe what you're trying to do, so that you can get a more helpful answer? "Lisa" wrote: Can you base a vlookup formula on data that has been concatenated? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |