ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Vlookup and Multiplication formula (https://www.excelbanter.com/excel-discussion-misc-queries/113461-vlookup-multiplication-formula.html)

Gladys

Vlookup and Multiplication formula
 
I'm kindof lost - I am able to do a vlookup and get the required data but now
I think that I would like to add another vlookup formula and multiply to get
the correct results.

I need to find current commission rates

So I have my first table Name, Department, Commission Rate
d5 = Smith, e5 = appliances, f5 = 5%
d6 = Doe, e6 = furniture, f6 = 3.5%
d7 = Johnson, e7 = housewares, f7 = 2.5%......

I have another area where I insert the results
A5 Label - Salesman - and I would insert Employee Name in cell b5
Cell A6 would be Label total sales - B6 is where I enter the amount of total
for employee sales
B7 would be where I would enter the Vlookup to insert the department - this
works fine
=VLOOKUP(B5|$D$5:$F$17|2|FALSE)

Now I would like cell b8 to determine the amount due to the employee based
on on the amount of employee total sales - b6 and multiply by the amount in
the corresponding commission rate.

Hope this makes sense

Thanks in advance!

Roger Govier

Vlookup and Multiplication formula
 
Hi Gladys

Try
=VLOOKUP(B5,$D$5:$F$17,3,FALSE) * B6

that will pick up the appropriate percentage from column F of your table
to multiply by that value you entered in B6

--
Regards

Roger Govier


"Gladys" wrote in message
...
I'm kindof lost - I am able to do a vlookup and get the required data
but now
I think that I would like to add another vlookup formula and multiply
to get
the correct results.

I need to find current commission rates

So I have my first table Name, Department, Commission Rate
d5 = Smith, e5 = appliances, f5 = 5%
d6 = Doe, e6 = furniture, f6 = 3.5%
d7 = Johnson, e7 = housewares, f7 = 2.5%......

I have another area where I insert the results
A5 Label - Salesman - and I would insert Employee Name in cell b5
Cell A6 would be Label total sales - B6 is where I enter the amount of
total
for employee sales
B7 would be where I would enter the Vlookup to insert the department -
this
works fine
=VLOOKUP(B5|$D$5:$F$17|2|FALSE)

Now I would like cell b8 to determine the amount due to the employee
based
on on the amount of employee total sales - b6 and multiply by the
amount in
the corresponding commission rate.

Hope this makes sense

Thanks in advance!





All times are GMT +1. The time now is 02:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com