Excelfunctions 4
Excelfunctions 4
VLOOKUP function: Find unit price and total cost. Assume there is a
quantity discount policy in force: for orders less than 300 units, the
unit price is $3; for orders of at least 300 units but less than 400,
the unit price is $2.50; for orders of 400 units or more, the unit
price is $2. Lookup table
Order # Units sold Unit price Total cost Order bounds
1 373 0
2 475 300
3 459 400
4 441
5 238
6 349
7 344
8 203
SUMPRODUCT function:
Calculate total cost of the 8
orders using two columns: Units
sold and Unit price
Total cost of 8
orders
Lookup table
unit price
3
2.5
2