Vlookup for several items

sesg77

New Member
Joined
May 14, 2012
Messages
5
HI,

I cannot think of how to do this......

I have a spreadsheet with sales by advisor. Each advisor has a different commission structure. I have a table that lists all commission by product and advisor. When an advisor sells a product, I want to have a formula to bring their commission into the sales spreadsheet. I have 10+ advisors and these can change on a regular basis, so setting up a nested IF statement wouldn't be appropriate. I am looking for a generic formula that will look up the advisors name and the product that they sold, and returns the value. Is this possible without IF?

(Excel 2007)

Thanks

Sarah
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
you need to use an offset function - with two seperate match commands. The first match will be by column for the product. The second match by row for the advisor.
 
Upvote 0

Forum statistics

Threads
1,213,557
Messages
6,114,291
Members
448,564
Latest member
ED38

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