+ Reply to Thread
Results 1 to 6 of 6

How do I find the percentage between three numbers?

  1. #1
    Registered User
    Join Date
    05-29-2013
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    5

    How do I find the percentage between three numbers?

    It's a slow morning and I haven't had any coffee yet, so maths is something I'm having real trouble with.

    Essentially, I have four columns.

    A B C D
    1 Current Stock Min Stock Max Stock % In Stock
    2 10 2 20 ???
    3 5 1 10 ???





    I want to know what percentage value Current Stock is if Min Stock is treated as 0% and Max 100%.
    I cannot have any lower then Min Stock and I can't have any higher then Max Stock

    I found a yahoo question which sounds exactly like what I want to do, however the answer was cryptic and I couldn't make any sense of it: http://ca.answers.yahoo.com/question...0172020AAlprmL

  2. #2
    Registered User
    Join Date
    06-01-2013
    Location
    Columbus, ms
    MS-Off Ver
    Excel 2013
    Posts
    68

    Re: How do I find the percentage between three numbers?

    Do not trust my math! I just woke up and have not had a math class in years, but I think num/(max-min) is what you are looking for.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,703

    Re: How do I find the percentage between three numbers?

    So, you want:

    Current_stock / (Max_stock - Min_stock)

    i.e.:

    =A2/(C2-B2)

    formatted as percentage and copied down.

    Hope this helps.

    Pete

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How do I find the percentage between three numbers?

    isnt it just current/ ((max-min)+1) ?
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: How do I find the percentage between three numbers?

    Hi,

    I'm not sure how this is a question of finding a percentage between three numbers (what does that mean?) but this formula in D2 and copied down will give you what you want:

    =(A2-B2)/(C2-B2)

    Format cell as percentage.

    Regards
    Click * below if this answer helped

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

  6. #6
    Registered User
    Join Date
    05-29-2013
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: How do I find the percentage between three numbers?

    Quote Originally Posted by XOR LX View Post
    Hi,

    I'm not sure how this is a question of finding a percentage between three numbers (what does that mean?) but this formula in D2 and copied down will give you what you want:

    =(A2-B2)/(C2-B2)

    Format cell as percentage.

    Regards
    Thank you very much, this is exactly what I wanted! I'll mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1