+ Reply to Thread
Results 1 to 8 of 8

finding avg in list with same name

  1. #1
    Registered User
    Join Date
    06-14-2011
    Location
    victoria bc canada
    MS-Off Ver
    Excel 2003
    Posts
    31

    finding avg in list with same name

    Hi there. Im trying to figure out how to do this. I have a list of people with different categories. I want to find say Bob Jones and all his scores and do a average. Not quite sure how to go about this.

    here is an example

    Bob Jones 34
    Steve Smith 44
    Bob Jones 55
    Harry Twist 22
    Bob Jones 52
    Bob jones avg. ??

    Hope you understand what Im trying to do. Im trying to take all of Bob Jones scores from the list ignoring the other names and average it out. I know it can be done just confused on the right way to go about it.

    Thanks in advance to any help
    Tom

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: finding avg in list with same name

    Hello
    try
    Column A the names and Column B are the scores.
    =AVERAGE(IF(A1:A100="Bob Jones",B1:B100,"")) - ctrl + shift + enter not just enter..
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: finding avg in list with same name

    hi xpostie, since u are using Excel 2003, u can try:
    =SUMIF($A$1:$A$5,"Bob Jones",$B$1:$B$5)/COUNTIF($A$1:$A$5,"Bob Jones")

    in Excel 2007, there is a new formula called AVERAGEIF:
    =AVERAGEIF($A$1:$A$5,"Bob Jones",$B$1:$B$5)

    let me know if this is what u need

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: finding avg in list with same name

    Hi Tom

    As you are in 2003, try these 2 ways.

    =SUMIF(A1:A3,"A",B1:B3)/COUNTIF(A1:A3,"A")

    Or this Array formula(Control+Shift+Enter) No just Enter.

    =AVERAGE(IF(A1:A3="A",B1:B3))

    "A", is the Name that you want.

    Are these, work for you?
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Registered User
    Join Date
    06-14-2011
    Location
    victoria bc canada
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: finding avg in list with same name

    Hi benishiryo. thanks yes using Excel 2003 and that works.


    Quote Originally Posted by benishiryo View Post
    hi xpostie, since u are using Excel 2003, u can try:
    =SUMIF($A$1:$A$5,"Bob Jones",$B$1:$B$5)/COUNTIF($A$1:$A$5,"Bob Jones")

    in Excel 2007, there is a new formula called AVERAGEIF:
    =AVERAGEIF($A$1:$A$5,"Bob Jones",$B$1:$B$5)

    let me know if this is what u need

  6. #6
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: finding avg in list with same name

    glad to help. =)
    could u Select Thread Tools (on top of your 1st post) -> Mark this thread as Solved. thanks

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: finding avg in list with same name

    @ Vlady

    Why do you use the invisible ink when you type?

  8. #8
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: finding avg in list with same name

    I t hi n k m y ke y boar d is s tu ck ed up soory

+ 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