Thread: Vlookup to word
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Colin
 
Posts: n/a
Default Vlookup to word

I am trying to have word pull data from excel which is using the Vlookup
command. To avoid the #na problem I expanded the formula to this:
=IF(ISERROR(VLOOKUP(M2,'C:\Documents and
Settings\coline\Desktop\VLOOKUP\All_Course_Info.xl s'!Couses,2,FALSE)),"-",
VLOOKUP(M2,'C:\Documents and
Settings\coline\Desktop\VLOOKUP\All_Course_Info.xl s'!Couses,2,FALSE))

But, the data is cut off when it goes in to word. It displays some of the
data it is supposed to lookup but not the whole.

Any help is appreciated. Thansk