Calculating Selling price from a complex formula

McG39

New Member
Joined
Jul 24, 2019
Messages
4
Hi All,

I need a Excel formula to calculate my selling price based on a predetermined profit. What is know is:

1) The final profit after all the cost ($20)
2) The item cost
3) The merchant fee which is 10% (0.10)
4) The payment processor fee which is 2.9% + $0.30
5) The shipping material cost

In essence, the mathematical formula should be something like this :

Selling price(x) - (Item cost + Merchant fee(0.10*Selling price) + Payment processor fee(0.029*Selling price + $0.30) + Shipping material cost) = $20

If anyone know how to translate this into an Excel formula, it would be greatly appreciated. Thank you.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi,

Could you please mention what is the item cost, the shipping material cost, and the selling price. thank you.
 
Upvote 0
This a question re arithmetic, not XL :

Selling price = (Item cost + Payment processor fee($0.30) + Shipping material cost + Final profit($20)) / (1 - Merchant fee %(0.10) - Payment processor fee%(0.029))
 
Upvote 0
Hi,

Item cost, shipping material cost varies.

The selling price will be determined based on a predetermined profit.

Thank you.

Hi,

Could you please mention what is the item cost, the shipping material cost, and the selling price. thank you.
 
Upvote 0
Your formula make sense, however the merchant fee and payment processor fee should only be applied on the selling price and that is something we can only do after we know the selling price.

Thank you.

This a question re arithmetic, not XL :

Selling price = (Item cost + Payment processor fee($0.30) + Shipping material cost + Final profit($20)) / (1 - Merchant fee %(0.10) - Payment processor fee%(0.029))
 
Upvote 0
Just tested your arithmetic and you are correct.

Thank much for solving my issue.

This a question re arithmetic, not XL :

Selling price = (Item cost + Payment processor fee($0.30) + Shipping material cost + Final profit($20)) / (1 - Merchant fee %(0.10) - Payment processor fee%(0.029))
 
Upvote 0

Forum statistics

Threads
1,214,642
Messages
6,120,701
Members
448,980
Latest member
CarlosWin

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