+ Reply to Thread
Results 1 to 5 of 5

Find Average of SUMIF

  1. #1
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Find Average of SUMIF

    Using the formula
    Please Login or Register  to view this content.
    I get the sum of column "I". TM Log "B" is a month value formated as Oct, Column "I" is a number value and Cell C5 is a date (Oct).

    I want to average the values in column "I" according to the month selected in cell C5. My limited knoweldege of Excel has left me in the dark as to a solution.


    Jim O
    Last edited by Jogier505; 10-13-2010 at 01:24 PM.

  2. #2
    Forum Contributor
    Join Date
    05-29-2009
    Location
    Kalgoorlie Australia
    MS-Off Ver
    Excel 2007/10
    Posts
    251

    Re: Find Average of SUMIF

    Try
    =SUMIF('TM Log'!$B:$B,($C5),'TM Log'!$I:$I) / count(TM Log'!$I:$I)
    Latter versions have average function.
    Regards
    Peter

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Find Average of SUMIF

    Peter, did you perhaps mean to use COUNTIF (based on month) as Divisor rather than COUNT of all numbers ?

  4. #4
    Forum Contributor
    Join Date
    05-29-2009
    Location
    Kalgoorlie Australia
    MS-Off Ver
    Excel 2007/10
    Posts
    251

    Re: Find Average of SUMIF

    cheers D'O'
    yes thats what I was meant to of chucked in.
    =SUMIF('TM Log'!$B:$B,($C5),'TM Log'!$I:$I) / countif ('TM Log'!$B:$B,$C5)
    thanks for the pickup.
    Regards
    Peter
    Last edited by peterjuhnke; 10-13-2010 at 09:18 AM.

  5. #5
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Re: Find Average of SUMIF

    Thank you both for the help. That is what I was looking for.


    JIm O

+ 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