Partial matches in lists of 6-digit numbers
Closed
baxterkix
Posts
2
Registration date
Friday June 14, 2019
Status
Member
Last seen
June 14, 2019
-
Jun 14, 2019 at 12:39 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jun 20, 2019 at 11:29 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jun 20, 2019 at 11:29 AM
Related:
- Partial matches in lists of 6-digit numbers
- Samsung mobile reset code 8 digit - Guide
- Whatsapp 6 digit code problem - Guide
- 5 digit unlock code for tetris ✓ - Android Forum
- Facebook 6 digit confirmation code list - Facebook Forum
- Please wait a few minutes to receive your 6-digit code before trying again. - Facebook Forum
2 responses
Ok we just dealt with an issue such as this recently. Make certain the columns that you are using are actually marked up as number, and the text you want to return is marked up as text. Make certain the cells you are performing the vlookup function in, are marked up as general. Once we applied these formats to our sheet, the formula started returning the proper lookups! Make certain the cell contents are the proper types.
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jun 20, 2019 at 11:29 AM
Jun 20, 2019 at 11:29 AM
Hi Baxter,
Even though I'm confused as to what you are trying to achieve, to make your formula produce a result try this:
=VLOOKUP("*"&LEFT(F3,5)&"*",$E$2:$F$24&"",2,0)
INSTEAD of pressing enter to confirm, press Ctrl+Shift+Enter to confirm formula. When done correctly the formula will be enclosed by curly brackets.
Best regards,
Trowa
Even though I'm confused as to what you are trying to achieve, to make your formula produce a result try this:
=VLOOKUP("*"&LEFT(F3,5)&"*",$E$2:$F$24&"",2,0)
INSTEAD of pressing enter to confirm, press Ctrl+Shift+Enter to confirm formula. When done correctly the formula will be enclosed by curly brackets.
Best regards,
Trowa
Jun 14, 2019 at 12:36 PM