Why are you using TEXT. Why not use just
vlookup(B2,Lookup,2,false)
By the way, many people avoid range names that have other meanings (LOOKUP
is a function name)
best wishes

Signature
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email
> Why are you using TEXT. Why not use just
> vlookup(B2,Lookup,2,false)
I will change named range to "Items" instead of Lookup.
The reason I do not use vlookup(B2,Items,2,false) is because:
B2 is 1202.01 stored as a number.
"Items" has the item number stored as text.
vlookup(B2,Items,2,false) will result in "#N/A" due to type mismatch.
> By the way, many people avoid range names that have other meanings (LOOKUP
> is a function name)
I have changed my naming convention. :) Thanks
> best wishes
> >I have a report (worksheet) that stores my "item numbers" that look like
[quoted text clipped - 21 lines]
> >
> > Janet