+ Reply to Thread
Results 1 to 6 of 6

Excel 2010 Percentage Working Out

  1. #1
    Registered User
    Join Date
    06-04-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Question Excel 2010 Percentage Working Out

    Hi All,

    I have an issue where by I'm trying to work out the average of a month but I want to ignore any values that are 0 or N/A

    (see attached file)

    In columns B1:B4 is our 'score', the value here will always be between 0.5-5. Anything as 0 or N/A would need to be ignored.

    Columns C1:C4 is the percentage score for each week out of 5
    Column C6 is the percentage score for the total four weeks

    What I'm aiming for in column C6 is to return the percentage mark for the four weeks excluding weeks where no score was recorded (i.e. a 0 or N/A field).

    If we percentage it over the four weeks i.e. /20 then the score comes back as 50% (as there is no value for two of the four weeks), how can I get this so the value is 100%? i.e. the engineer hit 100% on the weeks he was scored on...

    Any help would be gratefully appreciated
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: Excel 2010 Percentage Working Out

    this may not work for you
    BUT as you have an entry for every week (and a week represents 5 days )
    you could count the entries that do not have a zero and then mulitply by 5
    =SUM(B2:B5)/(COUNTIF(B2:B5,"<>0")*5)

  3. #3
    Registered User
    Join Date
    06-04-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010 Percentage Working Out

    @etaf, that returns value 1

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2010 Percentage Working Out

    May be this...

    In C6 Cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Registered User
    Join Date
    06-04-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010 Percentage Working Out

    Both solutions actually work now I've put them in the right cell.....now just to convert that to a Sharepoint formula )

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: Excel 2010 Percentage Working Out

    mine does not include N/A - so Sixthsense solution meets the requirements

+ 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