=VLOOKUP(E167,derek,9,FALSE)
derek is named range in next worksheet. I copied new data into the
worksheet and it worked.
> Please post your VLOOKUP formula, and the location and cell addresses of
> your Named Range.
[quoted text clipped - 10 lines]
> > 3) Should I use a dynamic named range?
> > Thanks.
Dave Peterson - 15 Jun 2006 19:51 GMT
If the range name derek doesn't have 9 columns, you can get that error (since
you're trying to return the value from the 9th column of that range).
> =VLOOKUP(E167,derek,9,FALSE)
> derek is named range in next worksheet. I copied new data into the
[quoted text clipped - 13 lines]
> > > 3) Should I use a dynamic named range?
> > > Thanks.

Signature
Dave Peterson
CLR - 15 Jun 2006 19:57 GMT
Glad you got it working......yeah, sometimes VLOOKUP's run into a problem
between numerical and text formats, which may have been your case......."it
looks like a number but is really text" and VLOOKup won't see it........
Vaya con Dios,
Chuck, CABGx3
> =VLOOKUP(E167,derek,9,FALSE)
> derek is named range in next worksheet. I copied new data into the
[quoted text clipped - 13 lines]
> > > 3) Should I use a dynamic named range?
> > > Thanks.