+ Reply to Thread
Results 1 to 5 of 5

IF AND Calculations

  1. #1
    Registered User
    Join Date
    03-12-2012
    Location
    Berkshire, England
    MS-Off Ver
    Excel 2010
    Posts
    6

    IF AND Calculations

    I have a column of 12 rows, each cell will have a score of 0,1,2.

    If 0 is entered the score is 0
    If 1 is entered the score is 50%
    If 2 is entered the score is 100%

    Each cell will have a value


    Call 1 2
    Call 2 2
    Call 3 2
    Call 4 2
    Call 5 2
    Call 6 2
    Call 7 2
    Call 8 2
    Call 9 2
    Call 10 2
    Call 11 2
    Call 12 2

    Total Score 100%

    I need to work out a score at the bottom based on the numbers entered. If all cells have 2 its 100%, if all cells have 0 then its 0%.
    It gets tricky when I try to enter different figures in the cells, i can get it to calculate using IF on one cell but need the score at the bottom to be a percentage

    I could use average but if all columns are 2 then the average is 200% and thats not right

    I have attached an exampleBook1.xlsx

    Any help, greatly received

    Paul

  2. #2
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: IF AND Calculations

    Maybe this

    =AVERAGE(B1:B12)/2
    Regards

    tom1977

    If You are satisfied with my solution click the small star icon on the left to say thanks.

  3. #3
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: IF AND Calculations

    Try this array formula

    =AVERAGE((B1:B12)*0.5)

    array formula are committed with Ctrl-Shift-Enter, not just Enter.

  4. #4
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: IF AND Calculations

    =average(b1:b12)/2

  5. #5
    Registered User
    Join Date
    03-12-2012
    Location
    Berkshire, England
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: IF AND Calculations

    Quote Originally Posted by Bob Phillips View Post
    Try this array formula

    =AVERAGE((B1:B12)*0.5)

    array formula are committed with Ctrl-Shift-Enter, not just Enter.
    This worked perfectly thank you

+ 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