Excel Lookup

G

Ginny

I have a worksheet with a dropdown list of item codes in Col A.
Once that the code is selected, I need the item description in Col D and the
item price in Col F.

I have a seperate worksheet that has 3 columns for the code, description,
and price.

Thanks!
 
L

L. Howard Kittle

Hi Ginny,

Select two cells where you want the description and price returned. While
selected enter the following formula, adjusting the ranges to suit your
sheet.

=VLOOKUP(G20,D20:F22,{2,3},0)

Now use Ctrl+Alt+Enter to commit, you will get { } around the formula in the
formula bar.

If you need to change the formula select both cell and make the change in
the formula and use Ctrl+Alt+Enter again.

HTH
Regards,
Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top