> I think 3 =vlookup() formulas would work perfect.
>
[quoted text clipped - 14 lines]
>>
>> Thanks to all in advance.
One =vlookup() for each value you want to return.
=vlookup(a1,'pricesheet'!a:b,2,false)
=vlookup(a1,'pkgqtysheet'!a:b,2,false)
=vlookup(a1,'pkgwtsheet'!a:b,2,false)
========
Or maybe I'm misunderstanding.
If that master sheet has all the info on it and you want to retrieve 3 values
from that single sheet:
=vlookup(a1,'mastersheet'!a:e,2,false)
=vlookup(a1,'mastersheet'!a:e,3,false)
=vlookup(a1,'mastersheet'!a:e,4,false)
Debra Dalgleish has lots of notes on =vlookup() here:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://contextures.com/xlFunctions02.html#Trouble
> Thank you Dave for your speedy response, but I think I need a little more
> help.
[quoted text clipped - 25 lines]
> >
> > Dave Peterson

Signature
Dave Peterson