+ Reply to Thread
Results 1 to 7 of 7

show the difference between two cells as a percentage

  1. #1
    Registered User
    Join Date
    09-06-2013
    Location
    kent
    MS-Off Ver
    Excel 2007
    Posts
    10

    show the difference between two cells as a percentage

    Hi I have a data base of members , with four levels of membership, and I want to show the percentage of each level against the total membership ,can anyone assist with a formula please.

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,289

    Re: show the difference between two cells as a percentage

    =a1/sum(a$1:a$4)

    something like this??
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    09-06-2013
    Location
    kent
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: show the difference between two cells as a percentage

    HI, Popipipo
    that formula doesn't return a final total of 100%

    Normal 1960 34.78%
    Reduced 155 4.22%
    Pensioner 297 8.44%
    Life 340 10.55%
    Blank 66 2.29%
    Total 2818 60.26%

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: show the difference between two cells as a percentage

    You need to exclude the 'Total' from the SUM() calculation

    hence..

    =B1/SUM($B$1:$B$5)

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,289

    Re: show the difference between two cells as a percentage

    Take a look at these numbers.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    09-06-2013
    Location
    kent
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: show the difference between two cells as a percentage

    "popipino and "ace excel , both on the ball, percentages seem ok many thanks to you both.

  7. #7
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: show the difference between two cells as a percentage

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Calculating Percentage Difference Between Cells
    By hey_ray in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-05-2013, 11:02 PM
  2. Replies: 2
    Last Post: 05-02-2012, 08:38 PM
  3. Show difference between values as a percentage
    By gkitf16 in forum Excel General
    Replies: 2
    Last Post: 08-31-2010, 12:12 AM
  4. How to show percentage difference in chart
    By jonhunt in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-20-2007, 11:57 AM
  5. Percentage difference between numbers in 2 cells
    By Rajagopal in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-09-2005, 08:10 AM

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