+ Reply to Thread
Results 1 to 2 of 2

Sumif, indirect and average?

  1. #1
    Valued Forum Contributor Macdave_19's Avatar
    Join Date
    03-14-2007
    Location
    Birmingham, England
    MS-Off Ver
    12.0
    Posts
    808

    Question Sumif, indirect and average?

    Hi Folks,

    a tricky formula (well for me at least)

    I basically want to work out the average number of calls per hour for each day. and enter it into column G. (please see attached file)

    however i need to be able to copy the formula downwards so that when the date changes so does the the mean (as it is now calculating the next days mean).

    i have tried this:

    =SUMIF(C:C,INDIRECT(C3),E:E)/(COUNTIF(C:C,INDIRECT(C3)))

    This formula does not work but !!!

    please help excel wizards.
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You shouldn't need INDIRECT, try

    =SUMIF(C:C,C3,E:E)/COUNTIF(C:C,C3)

+ 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