Sum Multiple Values w/VLOOKUP

lovinglife

New Member
Joined
Jul 2, 2015
Messages
12
i am using a v-lookup to get the commission rates of sales people. however, i'm running into issues because some of them have gotten multiple commissions and it's listed in the spreadsheet this way. for example,

employee number - employee name - commission amount (are the columns on both spreadsheets i am using)

0210 joe johnson $25
0210 joe johnson $35
0210 joe johnson $400

i use my v-lookup to match their employee numbers to the employee and derive the value from column "3" (commission). but now i see many of them have been paid multiple commissions. Any way to add these, or am i resolved to do it manually? Thank you.

This is my current formula: =IFERROR(VLOOKUP($A$4:$A$100,'Q12015'!$A$2:$C$380,3,FALSE),0)

**I have an IFERROR because some of them haven't received a commission and I want to see that as well.

many thanks for any help you can provide!!!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
i am using a v-lookup to get the commission rates of sales people. however, i'm running into issues because some of them have gotten multiple commissions and it's listed in the spreadsheet this way. for example,

employee number - employee name - commission amount (are the columns on both spreadsheets i am using)

0210 joe johnson $25
0210 joe johnson $35
0210 joe johnson $400

i use my v-lookup to match their employee numbers to the employee and derive the value from column "3" (commission). but now i see many of them have been paid multiple commissions. Any way to add these, or am i resolved to do it manually? Thank you.

This is my current formula: =IFERROR(VLOOKUP($A$4:$A$100,'Q12015'!$A$2:$C$380,3,FALSE),0)

**I have an IFERROR because some of them haven't received a commission and I want to see that as well.

many thanks for any help you can provide!!!

If the correct answer to your example is 460, try using the SUMIF function.
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,044
Members
449,063
Latest member
ak94

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