Custom Formula Question

andrnick7

New Member
Joined
Dec 1, 2016
Messages
12
Hey peeps,
I just have a quick question and I know this is going to sound ridiculously simple and I apologize if it is - I'm a bit new to Excel formulas. My question is this: I'm trying to create a formula that takes into account a certain price, adds fees (percentages + fixed fees + taxes) to that price, and then marks up that sum by 50%. Then, in another cell, I'd like to compare that price to the selling price and calculate the profit margin.

This is what I've done so far: Screenshot by Lightshot. Here's a breakdown:
  • 1st cell: Retail Price
  • 2nd cell: Wholesale Price
  • 3rd cell: Adding Fees (=J2*0.129-0.3 (Second cell, multiplied by 12.9% and I probably should've added the 0.30 cents as it's a fixed fee)
  • 4th cell: Total Cost (=K2+J2) (The fees + the wholesale price)
  • 5th cell: Difference from retail to wholesale + costs (=I2-L2)
  • 6th cell: Do a 50% markup on the wholesale + fees price =((1.5*J2)+K2)
  • 7th cell: Determine Profit Margins: (=(M2/I2)*100) (Profit potential/selling price * 100)

I know the format is a bit wonky. It should be: Retail Price, Wholesale Price, Fees, Total Cost, Profit Margins, 50% markup, and difference from retail. But I'm specifically putting the profit margins at the end of the evaluation.

Is there anyway I can condense my steps into fewer cells with a more complex formula? Is this efficient?

Thank you for your time and I hope this serves as a lesson for me and others on here. I'd appreciate if anyone could help me with my problem.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
you can do the sums with()
i lost my way
whats the first cell

1st cell = what cell reference - is this J2
2nd cell = what cell reference - is this K2
3rd cell is using J2 (is that the 1st cell

instead of M2 - do the calc

as i say , expand the details , so we can see more
 
Last edited:
Upvote 0
I2 - Selling Price
J2 - Wholesale Cost
K2 - Fees
L2 - Total Costs
M2 - Profit Potential
N2 - Marked Up Sales Price (incorporates fees + wholesale price) by 50%
O2 - Profit Margins comparing profit potential and sales price. This helps me determine if it is a good product.
 
Upvote 0
  • I 1st cell: Retail Price
  • J 2nd cell: Wholesale Price
  • K 3rd cell: Adding Fees (=i2-(j2+(J2*0.129-0.3)) (Second cell, multiplied by 12.9% and I probably should've added the 0.30 cents as it's a fixed fee)
  • L 4th cell: Total Cost (=K2+J2) (The fees + the wholesale price)
=i2-(j2+(J2*0.129-0.3)) >>>> L



  • M 5th cell: Difference from retail to wholesale + costs
  • (=I2-(j2+(J2*0.129-0.3)))
  • 6th cell: Do a 50% markup on the wholesale + fees price
  • =((1.5*J2)+(i2-(j2+(J2*0.129-0.3))) )
  • 7th cell: Determine Profit Margins: (
  • =I2-(j2+(J2*0.129-0.3))) /I2)*100) (Profit potential/selling price * 100)r





  • may have some brackets wrong - but do you see how i have built up from just
  • I2 and J2
if you put a sample file with the results you expect on dropbox or onedrive , then we can work more accurately
 
Last edited:
Upvote 0
yes, but all support needs to stay on the forum only - see the rules
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,752
Members
448,989
Latest member
mariah3

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