Social security number search #N/A
MARYLOU95
Posted messages
6
Status
Member
-
jordane45 Posted messages 30427 Registration date Status Moderator Last intervention -
jordane45 Posted messages 30427 Registration date Status Moderator Last intervention -
Hello,
I want to perform a VLOOKUP on a Social Security number, and I get the response #N/A
I modified the format to number and still the same error
example
1st file
CJT NON A CHARGE / SUSPENSION 285XXXXXXXXXX #N/A
2nd file
F.M. ENSEMBLE DU PERSONNEL 285XXXXXXXXXX
thank you for your help
Marylou
(Personal information removed by Moderation CCM)
I want to perform a VLOOKUP on a Social Security number, and I get the response #N/A
I modified the format to number and still the same error
example
1st file
CJT NON A CHARGE / SUSPENSION 285XXXXXXXXXX #N/A
2nd file
F.M. ENSEMBLE DU PERSONNEL 285XXXXXXXXXX
thank you for your help
Marylou
(Personal information removed by Moderation CCM)
3 answers
-
Marylou, Good evening.
This explanation alone will not help you.
Please let us know how the layout of your spreadsheet is.
--
Belo Horizonte, Brasil.
Marcílio Lobão -
Hello Marylou.
Your data is in text; therefore, we cannot format it into numbers! If you really want help, please send your Excel file:1) Go to http://cjoint.com/
2) Click on [Browse] to select your file (max 8192 Ko)
3) Scroll down to click the blue button [Create Cjoint link]
4) After a few seconds, the second page will appear, with the link in bold; select it and click "Copy"
5) Return to your discussion on CCM, and in your reply message, click "Paste".
=>See the guide https://www.commentcamarche.net/faq/29493-utiliser-cjoint-pour-heberger-des-fichiers
--
Retirement is nice! Especially in the Antilles... :-)
Raymond (INSA, AFPA, CF/R)-
Here is the address of my file
https://www.cjoint.com/c/FJuuHvqNCIw
-
-
Hello,
Have you seen what your social security number looks like in the SAP IT 64 sheet?
Make sure to set the column to Text format before pasting your values.
And when you upload a file, replace personal data with dummy information. This could get you in trouble with Pôle Emploi...
I deleted your file.
Eric
By trying continuously, we eventually succeed.
So the more it fails, the more chances we have that it works. (the Shadoks)
In addition to saying thank you (yes, it does happen!!!), remember to mark it as resolved. Thank you.-
-
-
Hello,
In addition to the cell format .. it seems to me that the VLOOKUP function can only search in the FIRST column of a matrix....
To look for data that is in the third column (of your file 2), it's better to use INDEX/MATCH
For example:
=INDEX('2nd file'!A1:G28,MATCH('1st file'!B2,'2nd file'!C1:C28,0),6)
-