Chart Look up

PFS12

New Member
Joined
Jan 28, 2014
Messages
43
Office Version
  1. 2016
Platform
  1. Windows
Good Morning,
I am looking for a little help. I need a formula that kind of follows along with some sales history throughout the year. I would like it to track along as the numbers fill in so I can easily determine a salesman bonus.

In the example below the total sales in F6 (432914.86) should give me a bonus in the matrix of O12 (6291.84) This will change as the total sales change and the salesmen breaks into different tiers. the tiers will be set in column K, so if the number is greater than or equal to the number in K6 their bonus is determined by O6. K7 is O7, and so on.

Basically I need it to look at F6, compare it to column K and figure out where it fits and give me the corresponding number in column O.

Any help would be great!

Cell Formulas
RangeFormula
I6:I15I6=$D$17
K6:K15K6=I6*J6+I6
L6:L15L6=K6*$B$17
J7:J15J7=J6+5%
M7:M15M7=(K7-I7)*$B$17
O7:O15O7=K7*N7
N8:N15N8=N7+0.25%
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hey PFS12, approximate match in vlookup will do:
=VLOOKUP(F6,$K:$O,5,1)

Please note it works only if column K is downwards ascending, which it is now.
 
Upvote 0

Forum statistics

Threads
1,215,334
Messages
6,124,325
Members
449,154
Latest member
pollardxlsm

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