Array Formula to Total based on % in Lookup

RicardoCubed

Board Regular
Joined
Jul 10, 2013
Messages
206
Office Version
  1. 365
Platform
  1. Windows
Help please.
Looking for an array formula I believe that will look at range and then calculate TOTAL of all Bonus base on a table. The right answer should be 984,000.
The array formula is from another sample that worked where the bonus was not based on a range.
Thanks for any help out there!


Excel 2010
ABCDE
22Bonus4.60984000 is the correct answer
23
24Amount
25100000Sale Amt%Bonus
26110000000
2712000010000010%10000
2813000015000020%30000
2914000020000030%60000
3015000025000040%100000
31160000
32170000
33180000
34190000
35200000
36210000
37220000
38230000
39240000
40250000
41260000
42270000
43280000
443610000
Sheet1
Cell Formulas
RangeFormula
E27=C27*D27
A44=SUM(A25:A43)
B22{=SUM(LOOKUP(A25:A43,C26:D30))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 

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.
Try (change the ranges to suit)
=SUMPRODUCT(A4:A22,LOOKUP($A$4:$A$22,C5:C9,$D$5:$D$9))
 
Upvote 0
Thanks so much for the help and advancing my excel skills!!!
Really appreciate it!!!
 
Upvote 0
Hello out there. This is a variation on prior post.
How would I modify this formula to be able to insert in the Market cell the Market calculation should apply to and have the formula look at the Market selected and calculate the aggregate commission?
Any help appreciated!



Excel 2010
ABCDEFG
1MarketLI_N
2Commission$112,350
3
4Monthly Commissionable Rent Schedule
5YearMonthRent$LI_NLI_RNY_NNY_R
611100,000.000.070.030.050.05
712101,000.000.070.030.050.05
813102,000.000.070.030.050.05
914103,000.000.070.030.050.05
1015104,000.000.070.030.050.05
1116105,000.000.070.030.050.05
1217106,000.000.070.030.050.05
1318107,000.000.070.030.050.05
1419108,000.000.070.030.050.05
15110109,000.000.070.030.050.05
16111110,000.000.070.030.050.05
17112111,000.000.070.030.050.05
18213112,000.000.070.030.040.04
19214113,000.000.070.030.040.04
20215114,000.000.070.030.040.04
Sheet1
Cell Formulas
RangeFormula
B2=SUMPRODUCT($C$6:$C$365,LOOKUP($B$6:$B$365,$B$6:$B$365,$D$6:$D$365))
 
Upvote 0
Hi, try
=SUMPRODUCT($C$6:$C$365,INDEX($D$6:$G$365,,MATCH($B$1,$D$5:$G$5,0)))
 
Upvote 0
Simply AMAZING - so elegant!!!! I thought maybe a vlookup.
Thanks again!!!!!
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,241
Members
449,075
Latest member
staticfluids

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