Help with a monthly percentage formula

Schubby10

New Member
Joined
Aug 16, 2018
Messages
33
Hey guys, So I have a list of total monthly salary for each person. The trouble is each person is split among 16 jobs with various percentages. Is there a simple formula to sum all of the salary devoted to each job without building out monthly calculations for each project?

My data is arranged as cell A3-L97 is the monthly salaries then columns N3-AD97 is the percentage spent on a particular job. All I am trying is a formula to calculate salary based on each job per month.

Any ideas or do I need to build it out?
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
can you copy/paste a sample of your data so we can see it? if it's confidential info then just change the names etc.
 
Upvote 0
My data is arranged as cell A3-L97 is the monthly salaries then columns N3-AD97 is the percentage spent on a particular job. All I am trying is a formula to calculate salary based on each job per month. Any ideas or do I need to build it out?

I assume that columns N:AD represent the jobs. FYI, that is 17 jobs, not 16. I assume that columns A:L represent the months. And rows 3:97 represent the employees (95).

So one design might be: enter the job names into N99:AD99 and the month names into M100:M111. Then enter the following formula into N100 and copy N100 into N100:AD111:

=SUMPRODUCT(INDEX($A$4:$L$97, 0, ROWS(M$100:M100)), N$4:N$97)


The result might look something like this, representing only 5 employees (rows 4:8):


AB-KLMNO-ACADAE
3JanFeb-NovDecTOTALJob1Job2-Job16Job17TOTAL
4$1,500$500-$700$1,200$12,2000%2%-6%10%100%
5$900$900-$1,200$1,500$11,2003%2%-1%9%100%
6$1,400$1,400-$800$1,100$12,6005%5%-5%4%100%
7$1,300$1,000-$700$1,400$12,2005%8%-7%7%100%
8$1,100$500-$600$1,100$10,9002%7%-11%11%100%
9-$59,100-



-




-


98--
99-Job1Job2-Job16Job17
100-Jan$184$299-$381$499
101-Feb$157$213-$234$312
110-Nov$123$176-$209$325
111-Dec$192$298-$361$518
112-TOTAL$1,794$2,837-$3,527$4,785$59,100

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,213,535
Messages
6,114,192
Members
448,554
Latest member
Gleisner2

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