Commission Calculation for my Employees.

Excel_24

New Member
Joined
Oct 14, 2022
Messages
2
Office Version
  1. 2010
  2. 2007
  3. 2003 or older
Platform
  1. Windows

Guys I Own a carwash and I do not know how to calculate commission basis for my Employees. The commission amount should be divided amongst my 4 employees. The problem is that If only 3 people worked on one vehicle, then the commission should be divided to only 3 employees who worked on that vehicle.​


EXCEL.png

renderTimingPixel.png
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
if you use this way, you mark the employees who worked on each car, then it figures how much each gets in the next set of columns
------------
Book1
ABCDEFGHIJKLM
1using this pricecommisionemployee1employee2employee3employee4employee1 commisionemployee2 commisionemployee3 commisionemployee4 commision
211500600xx300300  
32150006000xxx 200020002000
4325001000xx500 500 
5480003200xx 1600 1600
Sheet1
Cell Formulas
RangeFormula
J1:M1J1=CONCATENATE(E1," ",$C$1)
J2:M5J2=IF(E2="x",$C2/COUNTA($E2:$H2),"")
 
Upvote 0
Solution
Thank you So much with this Solution. Has helped me a lot and made my life EASIER. THANKS
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,018
Members
449,203
Latest member
tungnmqn90

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