Really sorry, I thought I would understand the answer better if I used a
simplified example, but I don't - completely my fault.
What I really need is the value from the word "Dog" to be returned using
data from a seperate workbook where the columns are not directly adjacent
(i.e. more than 1 column apart).
For my specific example.... I specify the word I want in F6 in the current
workbook and need to find this word in a seperate workbook somewhere within
the range A7:A35. I then need this to return the corresponding value
contained in that workbook within the range G7:G35.
Really sorry to be a pain,
kind regards,
Ant
> use this =VLOOKUP(F6,A7:B35,2,0)
>
[quoted text clipped - 13 lines]
> >
> > Ant
Don Guillett - 31 May 2008 13:29 GMT
try this idea. The other file need NOT be open
=VLOOKUP("Dog",'C:\yourfolder\[yourfile.xls]yoursheet'!$a$7:$g$35,7,0)

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> Really sorry, I thought I would understand the answer better if I used a
> simplified example, but I don't - completely my fault.
[quoted text clipped - 37 lines]
>> >
>> > Ant