Help with a multi-step excel operation.

nredden

New Member
Joined
Aug 5, 2014
Messages
2
Hi all,

I am looking for a single formula that does the following steps:
1. Number (cost) * percentage (fee 1)
2. Number (cost) - Number (answer from formula #1)
3. Number (answer from formula #2) - Number (fee 2)

I am not sure how to write that formula within excel.

Thanks,
Adam
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Assuming your cost is in A1 and fees 1 and 2 are in B1 and C1, respectively:

=(A1-(A1*B1))-C1
 
Upvote 0
Welcome to the board.

Try

=A1*(1-B1)-C1

A1 = Cost
B1 = Fee 1
C1 = Fee 2
 
Upvote 0
Thanks Ezzard and Jonmo1. Both of these worked. I just couldn't wrap my head around it. Awesome.
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,824
Members
449,470
Latest member
Subhash Chand

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