+ Reply to Thread
Results 1 to 10 of 10

Percentage Question

  1. #1
    Registered User
    Join Date
    01-19-2005
    Posts
    17

    Percentage Question

    I have 2 sets of numbers and I want to find what the percentage of the difference between them is.

    Cell A1 has 2500, B1 has 1066. I need a formula to find what the percentage difference between them is Please.

    Thanks in Advance.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    =(a1-b1)/b1 ( increase)

  3. #3
    Registered User
    Join Date
    01-19-2005
    Posts
    17
    I entered =(A1-B1)/B1 Hit enter and got 149%. The actual number should be 42%. What am I doing wrong. Maybe I am getting confused somewhere.

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    And I get 134.52% which is the increase of 1066 to get 2500

  5. #5
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by John1950
    I have 2 sets of numbers and I want to find what the percentage of the difference between them is.

    Cell A1 has 2500, B1 has 1066. I need a formula to find what the percentage difference between them is Please.

    Thanks in Advance.
    Hi try this

    =(Max(A1:B1)-Min(A1:B1))/Min(A1:B1)

    this will check percentage of increase no matter where is the increased amount (in cell A1 or B1).
    Last edited by starguy; 03-16-2007 at 09:24 AM.

  6. #6
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by John1950
    I have 2 sets of numbers and I want to find what the percentage of the difference between them is.

    Cell A1 has 2500, B1 has 1066. I need a formula to find what the percentage difference between them is Please.

    Thanks in Advance.
    Hi,

    another way is

    =(B1-A1)/A1

    where a negative number shows a decrease, based on the first figure.

    Starguy, I think you mistyped

    =(MAX(A1:B1)-MIN(A1:B1))/MAX(A1:B1)

    hth
    ---
    Si fractum non sit, noli id reficere.

  7. #7
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Bryan Hessey

    Starguy, I think you mistyped

    =(MAX(A1:B1)-MIN(A1:B1))/MAX(A1:B1)

    hth
    ---
    yes, I corrected it before your post. (just timings delay)

  8. #8
    Registered User
    Join Date
    01-19-2005
    Posts
    17
    My apologies to all, I may have mislead everyone here.
    the number 2500 is Items in a stockroom the number 1066 is the number of items that do not have a location in the stockroom yet. As time goes on these items will have a location but I have to report weekly what percentage of items dont have locations.
    Sorry everyone.

  9. #9
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by starguy
    yes, I corrected it before your post. (just timings delay)
    it happens so often, but not so bad today as was yesterday.

    I don't know where the 42% came from,

    2500 & 1450 will give 42% based on the 2500

    1513.7 and 1066 will give 42% based on the 1066

    (the way an accountant would assess Sales profit)

    hth
    ---

    added just saw the post, 3566 & 1066 = 42%
    Last edited by Bryan Hessey; 03-16-2007 at 09:36 AM.

  10. #10
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Bryan Hessey
    it happens so often, but not so bad today as was yesterday.
    looolllzzz. yes...

+ 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