Issue with V-lookup and possibly pasting data from the web?
Closed
davidplowman
Posts
5
Registration date
Wednesday 3 April 2013
Status
Member
Last seen
8 July 2013
-
15 Apr 2013 à 11:54
TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 - 16 Apr 2013 à 10:45
TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 - 16 Apr 2013 à 10:45
Related:
- Issue with V-lookup and possibly pasting data from the web?
- Https //accounts.google.com/sign in/v1/lookup - Guide
- How to copy data from one excel sheet to another - Guide
- Tmobile data check - Guide
- Export data from excel - Guide
- How to reset safe folder password without losing data ✓ - Android Forum
4 responses
TrowaD
Posts
2921
Registration date
Sunday 12 September 2010
Status
Contributor
Last seen
27 December 2022
555
15 Apr 2013 à 12:12
15 Apr 2013 à 12:12
Hi DavidPlowman,
Consider uploading your file (www.speedyshare.com) so we can take a better look at your specific case.
Did you put your matrix in alphabetical order?
Best regards,
Trowa
Consider uploading your file (www.speedyshare.com) so we can take a better look at your specific case.
Did you put your matrix in alphabetical order?
Best regards,
Trowa
davidplowman
Posts
5
Registration date
Wednesday 3 April 2013
Status
Member
Last seen
8 July 2013
15 Apr 2013 à 12:26
15 Apr 2013 à 12:26
Trowa:
I'll upload it later this afternoon...
In the meantime, no, my codes are not in any specific order. Would that make a difference? I thought the beauty of Vlookup is so long as the data was in the leftmost column it could be in any order.
Thank you,
David
I'll upload it later this afternoon...
In the meantime, no, my codes are not in any specific order. Would that make a difference? I thought the beauty of Vlookup is so long as the data was in the leftmost column it could be in any order.
Thank you,
David
Mehedad
Posts
22
Registration date
Thursday 19 April 2012
Status
Member
Last seen
16 April 2013
3
16 Apr 2013 à 02:01
16 Apr 2013 à 02:01
Sometimes when you copy from the net, there is a trailing <space> behind or before the word(s). You can trim those that you have copied [=TRIM()]. Anyways, its hard to find the actual reason without seeing some sample. Just trying to share my experience here.
TrowaD
Posts
2921
Registration date
Sunday 12 September 2010
Status
Contributor
Last seen
27 December 2022
555
16 Apr 2013 à 10:45
16 Apr 2013 à 10:45
Hi David,
You can do a small test to see alphabetical order is important.
Cell reference: Content
A1: b
A2: a
B1: 2
B2: 1
Formula: =VLOOKUP(A2,A1:B2,2)
Result should be 2 but instead you get #N/B.
Now sort data on the first column of the array and the result will be 2.
So sort your data and see if that solves your query.
Best regards,
Trowa
You can do a small test to see alphabetical order is important.
Cell reference: Content
A1: b
A2: a
B1: 2
B2: 1
Formula: =VLOOKUP(A2,A1:B2,2)
Result should be 2 but instead you get #N/B.
Now sort data on the first column of the array and the result will be 2.
So sort your data and see if that solves your query.
Best regards,
Trowa