Results 1 to 4 of 4

Thread: How to create Margin/markup formula for Excel

  1. #1
    Join Date
    Dec 2011
    Posts
    59

    How to create Margin/markup formula for Excel

    Hi friends recently I trying to insert a formula to calculate a percentage of margin/markup. Example cost = $7.00 divided by 30 % = $10.00. My cost is 7.00, my sale price is 10.00. Can anyone help with this formula?

  2. #2
    Join Date
    May 2011
    Posts
    523

    Re: How to create Margin/markup formula for Excel

    According to my information you should try this:
    profit =(Sale Price/Cost Price) -1
    May this will help you out.

  3. #3
    Join Date
    May 2011
    Posts
    410

    Re: How to create Margin/markup formula for Excel

    There are two different measurements here that can be used for this Margin/markup formula.

    • Markup: =SP/CP %
    • Margin: =(SP-CP)/CP %

  4. #4
    Join Date
    Jun 2011
    Posts
    798

    Re: How to create Margin/markup formula for Excel

    According to my suggestion if we keep Cost in A1 and price in B1
    Then following will be the solution
    markup =(B1-A1)/A1 or it is =(B1/A1)-1
    margin =(B1-A1)/B1 or =1-(A1/B1)

Similar Threads

  1. Replies: 7
    Last Post: 10-04-2012, 08:19 PM
  2. Replies: 1
    Last Post: 06-01-2012, 08:38 PM
  3. Replies: 4
    Last Post: 06-01-2012, 05:53 PM
  4. Excel formula
    By Me Me Taylor in forum Windows Software
    Replies: 2
    Last Post: 06-04-2009, 04:11 PM
  5. Need help in excel formula
    By Landon in forum Software Development
    Replies: 2
    Last Post: 27-10-2008, 03:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,062,784.47209 seconds with 16 queries