+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Registered User
    Join Date
    02-09-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    24

    Return a percentage of amount of values in column

    Hi,

    I have a column of data, I would like to create a bar chart which shows me the amount of values returned in %

    For example:

    15cm
    0
    29.55794521
    0
    0
    27.34365217
    0
    0
    0
    0
    25.57669565
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0


    I would like excel to count the amount of "0" in the column and then return as a % from all the values in the column.

    I can create the charts, just would like to formula for the counting of values as a percentage.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,379

    Re: Return a percentage of amount of values in column

    Assuming you mean to ignore A1 and values are always numeric:

    =COUNTIF(A2:A22,0)/COUNT(A2:A22)

  3. #3
    Registered User
    Join Date
    02-09-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Return a percentage of amount of values in column

    Quote Originally Posted by DonkeyOte View Post
    Assuming you mean to ignore A1 and values are always numeric:

    =COUNTIF(A2:A22,0)/COUNT(A2:A22)
    Thanks

    Sorry I have another question.

    I'm trying to create a chart like this (attached excel file)

    With the reading of 15cm.

    Is this possible?

    Thanks
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-09-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Return a percentage of amount of values in column

    Anyone, please?

  5. #5
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,379

    Re: Return a percentage of amount of values in column

    New question - new thread please - I'd suggest posting in the Charting Forum.

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.2.0