![]() |
|
|
|
#1
|
|||
|
|||
|
I have two file test1 and book1, in book1, I vlookup in test, for example, 500016433 should get -1, but now it is not, how to change column M in book1, so we can get value from test?
test, book1 is as follows if I manually put value 500016433 in the vlookup, it is working, so i guess I need to change colmn M format, but how to change, I have around 2000 records, I don't want to change one by one |
|
#2
|
||||
|
||||
|
If I were having your trouble, jolinchew, the first thing I'd check is whether the value is numeric in one workbook and a character string in the other. As I recall, VLOOKUP gets unhappy about that, and claims it couldn't find anything.
|
|
#3
|
||||
|
||||
|
While pictures are nice to look at, they are useless for solving most of XL problems - Please post sample sheet(s) - Thx
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
#4
|
|||
|
|||
|
a super easy way to convert a number formatted as text to a number is simply write this formula in an adjacent cell.
=a1+0 Then drag it down copy it and paste the values where you need it. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Vlookup & IF together | thelauncher | Excel | 5 | 08-25-2013 11:32 PM |
IF and VLOOKUP
|
SBMC | Excel | 1 | 11-07-2012 10:24 AM |
Vlookup
|
kkerr | Excel | 6 | 08-31-2012 01:23 AM |
Using IF and VLOOKUP together
|
Becki | Excel | 2 | 04-06-2012 05:32 PM |
| Help with VLOOKUP | sakhtar | Excel | 2 | 07-24-2010 07:39 PM |