+ Reply to Thread
Results 1 to 12 of 12

How do i use the formula while taking a margin of items

  1. #1
    Registered User
    Join Date
    11-20-2012
    Location
    Bahrain
    MS-Off Ver
    Excel 2010
    Posts
    9

    How do i use the formula while taking a margin of items

    Dear Sir,
    I am making price list for more than 100 items in excel 2010 version, Can any one tell me the formula for taking margin for those items, details given below;
    An example: cost A2 = $10, selling price B2 = $20, margin C2 = ? so i need the margin for this?
    Currently i am using this formula =1-(B2/A2)
    =1-($20/$10) the answer is -100%, my problem is that the margin is appearing in minus but i need the margin in plus (i.e. 100%)

    please provide me the correct formula to do that.

    Yours sincerely,
    Alagarsamy

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How do i use the formula while taking a margin of items

    Try

    =ABS(1-(B2/A2))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    11-20-2012
    Location
    Bahrain
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: How do i use the formula while taking a margin of items

    Yes, Yes, Hu hu...it is working well!
    Thank you very much @Fotis

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How do i use the formula while taking a margin of items

    You are welcome.

    Thanks for the reb*

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: How do i use the formula while taking a margin of items

    Quote Originally Posted by Fotis1991 View Post
    Try

    =ABS(1-(B2/A2))

    What if Cost in A2 is 10, and Sale in B2 is 5. Your formula return 50% instead of -50%

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How do i use the formula while taking a margin of items

    In this case(OP didn't asked for this), you can use something like this and to modify for your needs.

    =IF(A2<B2,ABS(1-(B2/A2)),(1-(B2/A2)))

  7. #7
    Registered User
    Join Date
    11-20-2012
    Location
    Bahrain
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: How do i use the formula while taking a margin of items

    Mr. fotis I need your explanation about Teethless mama's question..pls dear.
    Alagarsamy

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How do i use the formula while taking a margin of items

    What kind of explanation? Pls, tell me what is this that you want to explain? I think question was clear and my answer too.

  9. #9
    Registered User
    Join Date
    11-20-2012
    Location
    Bahrain
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: How do i use the formula while taking a margin of items

    Quote Originally Posted by Fotis1991 View Post
    What kind of explanation? Pls, tell me what is this that you want to explain? I think question was clear and my answer too.
    As Teethless said, I have got a below confusion with taking margin; details given below;
    An example: As a distributors MARGIN means it is our profit, if we buy one pen with 10$ and we will sale with $20 so our profit margin we took 100%, but if we buy one pen with $10 and we sale with $5 that means we lost 50% profit, so the margin should be in negative. Am i correct?
    If yes, please provide the formula to finish the thread.

    Thanks,
    Samy

  10. #10
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How do i use the formula while taking a margin of items

    ...As a distributors MARGIN means it is our profit, if we buy one pen with 10$ and we will sale with $20 so our profit margin we took 100%, but if we buy one pen with $10 and we sale with $5 that means we lost 50% profit, so the margin should be in negative
    Column A =The price that you buy
    Column B=Price that you sale.

    =IF(A2>B2,-100%+(B2/A2),ABS(1-(B2/A2)))

  11. #11
    Registered User
    Join Date
    11-20-2012
    Location
    Bahrain
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: How do i use the formula while taking a margin of items

    Ya, its working well,
    Thank you very much.

  12. #12
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How do i use the formula while taking a margin of items

    You are welcome.

+ 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