Help with looking up item price

Jazntails

New Member
Joined
Nov 2, 2012
Messages
7
hi all,
i have one sheet with items & set pricing.
-------------------------
A B C D E
items itemcode price1 price2 price 3 etc...
prod1 PR1 29.99 27.95
prod2 PR2 35.99 31.99
prod3 PR3 29.99
etc
-------------------------

price1 in normal price, price2 is a special price & price3 members price. You can see that prod3 is only normal price but prod1 &2 have a special price.

my problem is im trying to lookup on another sheet looking the correct price for the item.
i have been using vlookup, & index & match

any ideas??
Cheers Jas
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
hi all,
i have one sheet with items & set pricing.
-------------------------
A B C D E
items itemcode price1 price2 price 3 etc...
prod1 PR1 29.99 27.95
prod2 PR2 35.99 31.99
prod3 PR3 29.99
etc
-------------------------

price1 in normal price, price2 is a special price & price3 members price. You can see that prod3 is only normal price but prod1 &2 have a special price.

my problem is im trying to lookup on another sheet looking the correct price for the item.
i have been using vlookup, & index & match

any ideas??
Cheers Jas

What is the correct price for a product?

A formula like:

=VLOOKUP(H2,$A$2:$E$100,MATCH(I2,$C$1:$E$1,0),0)

would fetch the price type specified in I2 (a value like price2) for a product specified in H2 (a product like prod2).
 
Upvote 0
Solution

Forum statistics

Threads
1,214,585
Messages
6,120,399
Members
448,958
Latest member
Hat4Life

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top