+ Reply to Thread
Results 1 to 6 of 6

Auto Calculate new total when changing a percentage

  1. #1
    Registered User
    Join Date
    11-20-2007
    Posts
    33

    Auto Calculate new total when changing a percentage

    Hi All

    I think this should be quite simple but I'm stuck!!
    Basically I have three cells, Raw Materials (£), Selling Price (£), Margin (%).
    At the moment the calculation is simple as you change the selling price the % margin changes with it.

    However I want the Raw Materials (£) to stay Fixed, and the Selling Price(£) to automatically adjust when I enter a % value in the Margin cell.

    As I said sounds simple enough... but it's baffled me!!!

    Any suggestions / solutions greatfully accepted.

    Thanks
    DEA
    DrEvilAces

    If life is like a box of chocolates, then my boss is the coffee flavoured one!!

  2. #2
    Registered User
    Join Date
    11-22-2007
    Posts
    60
    Assuming
    A1 = Cost
    A2 = Sell Price
    A3 = Profit margin (in the format 0.5) for 50%

    the formula for A2 would be

    Please Login or Register  to view this content.
    if you want A3 to show 50%

    use

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by kgkev; 11-23-2007 at 11:53 AM.

  3. #3
    Registered User
    Join Date
    11-20-2007
    Posts
    33
    Thanks kgkec

    Slight problem though, the calculation is out...by quite a bit!!

    if A1 is £1 then setting the margin at 20% should result in a sale price of £1.20, but it shows £1.25!!!
    I tried £1 plus 80% and got £5 not £1.80 as it should be!?!

    I've tried to play around with it but I'm not getting anywhere.

    Any more ideas?

    Thanks for trying I appreciate it

  4. #4
    Registered User
    Join Date
    11-20-2007
    Posts
    33
    I think I have a tempary fix.

    A1 = £1
    B1 =A1*C1
    C1 = 120%

    give result in B1 as £1.20

    trouble is you must format C1 as a percentile, and enter the percent you want pluss 100. ie you want 23% margin you need to enter 123% to get the right result.

    I'm sure there must be an more effective and accurate way, so am still ope to suggestions!!

    Cheers

  5. #5
    Registered User
    Join Date
    11-22-2007
    Posts
    60
    This doesn't give your profit margin - your just trying to increase a number by a % - this is not the same thing as profit.


    a sell price of £1.20 against a cost of £1

    give a profit of 17%

    Based on your calculations if you buy for £1 and sell for £2 you make a 100% profit. This is not true profit is calculated by

    (Sell-cost)/sell


    Buy for £1 and sell for £2 is 50% profit.


    The only way to make 100% profit is to have £0 cost but don't try this as you will get a div0 error.

  6. #6
    Registered User
    Join Date
    11-22-2007
    Posts
    60
    to calculate yours use

    A1= cost

    C1= % ie 80


    B1 = a1*(1+(C1/100))


    This gives £1 & 50% an answer of £1.50

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1