Can It Be Possible
Can It Be Possible
Units Product Product Product To solve the above said cases we have to use
A B C TRUE (1) as Range_lookup.
Upto 0% 5% 0%
499 To illustrate, I am going to take the 3 rd case -
>=500 0% 15% 5% Y orders 2500 units of product A. (to explain
>=1000 10% 20% 10% the first 2 cases, we need some assistance
Price 10.00 8.00 25.00 from other function to get the result. We can
(Rs) get the result for the first 2 cases with the
help of combined functions only.)
Pick the appropriate discount rates for the
following cases with the help of VLOOKUP CASE 3:
function:
=match(lookup_value,lookup_array,m
atch_type)
Let us now find the Column index of Product
B
=match(“Product B”,A1:D1,0)
Now, Try the rest (You already know how to
The function will return 3 as result. use) to get the net value of the ordered
quantity.
COMBINED FUNCTION
Things to REMEMBER
Now we are going to solve the first 2 cases.
For that we have to combine VLOOKUP • To get the accurate result from the
function and MATCH function to get the VLOOKUP function, lookup_values (i.e.
desired result. in this example “Units” column)
should be in ascending order.
CASE 1: • If it is not so, the function may not
find the largest value that is lower
than the lookup value.