#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
billburr
 
Posts: n/a
Default tier pricing

Using Excel, I want to look up a garmetn name in column A, then return a cost
per product from column B, C, or D, based on tier quantities purchased.
Example: In one cell(A1) I know the garment , in another cell (A2) I know
the quantity purchased.

Garment 1-23 24-49 50-100
Shirt $5 $4 $3
Pant $10 $9 $8

What formula looks up the garment shirt or pant, then returns price per item
based on second value(quantity)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default tier pricing

Change the headers first to:

Garment,1,24,50

then invoke, assuming that A1:D3 houses the table including the headers:

=INDEX($B$2:$D$3,MATCH("Shirt",$A$2:$A$3,0),MATCH( 28,$B$1:$D$1,1))


billburr wrote:
Using Excel, I want to look up a garmetn name in column A, then return a cost
per product from column B, C, or D, based on tier quantities purchased.
Example: In one cell(A1) I know the garment , in another cell (A2) I know
the quantity purchased.

Garment 1-23 24-49 50-100
Shirt $5 $4 $3
Pant $10 $9 $8

What formula looks up the garment shirt or pant, then returns price per item
based on second value(quantity)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default tier pricing

Hi

Something like (on fly):
=OFFSET(PriceTable!$A$1,MATCH($A$1,PriceTable!$A$1 :$A$1000,0),MATCH($A$2,{1;
25;51},1))


Arvi Laanemets


"billburr" wrote in message
...
Using Excel, I want to look up a garmetn name in column A, then return a

cost
per product from column B, C, or D, based on tier quantities purchased.
Example: In one cell(A1) I know the garment , in another cell (A2) I know
the quantity purchased.

Garment 1-23 24-49 50-100
Shirt $5 $4 $3
Pant $10 $9 $8

What formula looks up the garment shirt or pant, then returns price per

item
based on second value(quantity)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel User Conference - Few hours left - Early Bird pricing Damon Longworth Excel Discussion (Misc queries) 0 February 15th 06 09:22 PM
Excel User Conference - Last day - Early Bird pricing Damon Longworth Excel Discussion (Misc queries) 0 February 15th 06 01:02 PM
How do I create a 26 'tier' IF formula? callum Excel Discussion (Misc queries) 5 October 23rd 05 04:48 PM
Volume and pricing calculations Karen Excel Worksheet Functions 1 May 31st 05 11:52 PM
Formula to extract pricing from a chart John F Excel Worksheet Functions 2 November 12th 04 02:04 PM


All times are GMT +1. The time now is 11:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"