H
hgrove
Bob L. wrote...
Formatting has no effect on cell values, so is always ineffective a
solving this sort of problem.
What's in the first column of the Tprice range? If it's supposed t
contain nothing but numbers, then you could copy any *blank* cell
select the first column of Tprice, Edit > Paste Special, select Value
in the Paste section and Add in the Operation section of the Past
Special dialog and click OK. Alternatively, change your lookup formul
to
=VLOOKUP(A15&"",Tprice,2,FALSE
Hello, I am using VLOOKUP with 9000 rows and 8 columns. I
have tried reformating the cells to general, and text and have
had no luck.
Formatting has no effect on cell values, so is always ineffective a
solving this sort of problem.
...If I retype the cells the lookup works great, but I don't want to
retype all 9000 cells.
What's in the first column of the Tprice range? If it's supposed t
contain nothing but numbers, then you could copy any *blank* cell
select the first column of Tprice, Edit > Paste Special, select Value
in the Paste section and Add in the Operation section of the Past
Special dialog and click OK. Alternatively, change your lookup formul
to
=VLOOKUP(A15&"",Tprice,2,FALSE