Calculate Commission after tax

happy77

New Member
Joined
Mar 26, 2010
Messages
3
I need to calculate commission. We split the net profit 50/50. Normally, I'd just calculate it like:
Commission=Revenue - expense = profit x commission rate of 50%
=1845-900=945x.5 = 472.50 commission
A B C D
<TABLE style="WIDTH: 272pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=360 x:str><COLGROUP><COL style="WIDTH: 65pt; mso-width-source: userset; mso-width-alt: 3145" span=3 width=86><COL style="WIDTH: 77pt; mso-width-source: userset; mso-width-alt: 3730" width=102><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; WIDTH: 65pt; HEIGHT: 12.75pt; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 height=17 width=86>Revenue</TD><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; WIDTH: 65pt; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 width=86>Expense</TD><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; WIDTH: 65pt; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 width=86>Profit</TD><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; WIDTH: 77pt; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 width=102>Commission $</TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; HEIGHT: 12.75pt; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 height=17 x:num>1845</TD><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 x:num>900</TD><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 x:num x:fmla="=A2-B2">945</TD><TD style="BORDER-BOTTOM: #e0dfe3; BORDER-LEFT: #e0dfe3; BACKGROUND-COLOR: transparent; BORDER-TOP: #e0dfe3; BORDER-RIGHT: #e0dfe3" class=xl24 x:num x:fmla="=C2*0.5">472.5</TD></TR></TBODY></TABLE>

However, my boss wants to pay commission after tax rate of 18%. Since the amount of commission will be part of expense, how can I calculate this in excel?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
The tax is corporate tax, not sales tax, so not based on revenue, rather should be based on =Revenue - Expense - Commission.

Profit should be =Revenue - Expense - Commission - Tax.

Seems like an equation with two variables, but I can't figure out how to solve.
 
Upvote 0
What I want to do to calculate tax is this, but it is a circular reference.
=ROUND((A2-B2-E2)*0.18,2)
 
Upvote 0
Hi there,

I need to set something up quite similar to what this poster has requested.

With these figures the commission due is $274.79? (using iteration) I was hoping there was a way I could do this without a circular formula.

Refer below

a Revenue 1845.00
b Expense 900.00
d Commission 50% 274.79 (f*0.5)
c Profit Before Tax 670.21 (a-b-d)
e Tax Rate 18% 120.64 (c*.18)
f Profit After Tax 549.57 (f-e)

Any help would be appreciated

Cheers
 
Upvote 0
Hi,

Is this what you want? Computing Commission based on Profit After tax and After Commission?
Excel Workbook
ABCDEF
1RevenueExpensesProfit Before Tax and Before CommissionCommission BaseCommission Rate After TaxCommission
21845900945670.2141%275
3Supporting note141%100%
4
5
6Note:
7Commission Rate50%
8Tax Rate18%
9Commission Rate after tax41%
Sheet13
Excel 2010
Cell Formulas
RangeFormula
C2=A2-B2
C9=C7*(1-C8)
D2=C2/(1.41)
F2=ROUND(D2*E2,0)
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,405
Members
449,448
Latest member
Andrew Slatter

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