formula for pairing 60 different products into 5 price groups

B

B Thomas

I'm looking for a formula that will allow me to automatically fill in a price
(from a price group containing 5 different price levels) for a listing of 60
to 80 products.

Ex: There are 60 different pens - each named differently - that I would
like to choose from a drop-down list. Once selected (and depending upon my
selection) the pricing for that specific pen would be filled in
automatically, from a price list containing 5 or 6 different price levels.
i.e. 60 pens in 5 or 6 different price buckets, with the pricing
automatically inserted - depending upon your selection.

Is this possible?
 
S

Sandy Mann

Create a VLOOUP() table with the names of the pens in one column and the
price in the column immediately to the right. (The dropdown list can be the
names in the table.) My table was in G2:H6 and the dropdown call was F16.
The formula:

=VLOOKUP(F16,$G$2:$H$6,2,FALSE)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

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