Matching and adding data
Closed
JamesFord
Posts
1
Registration date
Thursday September 6, 2012
Status
Member
Last seen
September 6, 2012
-
Sep 6, 2012 at 04:14 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Sep 10, 2012 at 10:01 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Sep 10, 2012 at 10:01 AM
Related:
- We couldn't find an account matching the login info you entered, but found an account that closely matches based on your login history.
- Orkut login gmail account - Guide
- Gmail login another account - Guide
- Delete whatsapp account without login - Guide
- Hi5 login old account - Guide
- Couldn't find your google account ✓ - Gmail Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Sep 10, 2012 at 10:01 AM
Sep 10, 2012 at 10:01 AM
Is it possible to combine the first name and last name in the sheet 2
Lets say you can you that. So in column D of sheet 2 you can have a formula
=A1 & " " & B1
then on sheet1 you can easily use vlookup as
=IF(ISERROR(MATCH(A2 & " " & B2, Sheet2!D:D,0)),"",INDIRECT("Sheet2!C" & MATCH(A2 & " " & B2, Sheet2!D:D,0)))
Lets say you can you that. So in column D of sheet 2 you can have a formula
=A1 & " " & B1
then on sheet1 you can easily use vlookup as
=IF(ISERROR(MATCH(A2 & " " & B2, Sheet2!D:D,0)),"",INDIRECT("Sheet2!C" & MATCH(A2 & " " & B2, Sheet2!D:D,0)))