View Single Post
  #3  
Old October 18th, 2008, 03:45 AM posted to microsoft.public.excel.links
ShaneDevenshire
external usenet poster
 
Posts: 2,232
Default VLOOKUP Not seeing all source links but find does

Hi,

This often occurs when there is a data type mismatch between the item you
are looking up and the first column of the lookup table. If they are numbers
they must both be numbers, if the are number displayed as text they must both
be text.

Find on of the offending items and try the =ISTEXT(A1) function or the
ISNUMBER(A1) function on both the number you are looking up and that value in
the first column of the lookup table.

--
Thanks,
Shane Devenshire


"LarryH" wrote:

Problem linking values from one wookbook / sheet to anouther. Almost all
cells work fine but some do not, they do however if I copy/paste the lookup
value into a "search all sheets" and double click the cell in the source
sheet that contains the lookup value.

Example: Look up cell for destination file on sheet1 = 1234
Look up cell from source file on sheet2 = 1234

Both are formated as "text" but the vlookup data is not transfered until I
double click on the cell containing 1234 in the source file sheet2 then it
works fine until I update the file again.