Help with formula

RossB1010

New Member
Joined
Oct 11, 2018
Messages
8
Hi, i've been asked to remove a commission amount from a figure to bring it to net, then add in a different commission amount.

I can work out all individually but i'm struggling to put it all into one formula so some help would be great!

The numbers i have at the moment are as follows;

Gross rate 1.08
Commission as decimal 1.225
Calculation to get to net = 1.08/1.225
=0.882

Then the following;
Net rate - 0.882
New commission amount - 1.08
Calculation to get to new amount = 0.882*1.08

How do i put these two calculations into one formula that can be dragged across multiple cells?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
It would be as simple as

=1.08/1.225*1.08

where the 1.08 was a cell reference for the gross rate. You could also use cell references for the two commissions but these would be to be absoluted to drag, eg

=A1/$B$1*$C$1
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,849
Members
449,096
Latest member
Erald

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