Use of If and Vlookup

BHASKRA kALA

New Member
Joined
Mar 6, 2018
Messages
1
Insert a monthly column for a bonus scheme where if a salesperson equals or exceeds 12% commission for the month then they receive an additional $1,250, (This can be achieved by combining the IF and a VLOOKUP statement.) The % of commission and the amount of bonus on offer will vary every quarter. Ensure that this is taken into account when designing the spreadsheet by positioning the amount and the % in separate cells at the top of the worksheet data
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
This sounds like either homework or a work assignment so I'll be vague and to the point, lest there be additional requirements we don't know about. And I don't like doing homework for people.

It really depends on how the sales data is laid out. If it's summarized: =if(vlookup(X, Y:Y, 4, 0) >= 12% [variable], $1,250, 0

If, instead, it's transnational in nature, I would use a SUMIFS or AVERAGEIFS formula.
 
Upvote 0

Forum statistics

Threads
1,223,162
Messages
6,170,432
Members
452,326
Latest member
johnshaji

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