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:
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.
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.