+ Reply to Thread
Results 1 to 5 of 5

finding average with date dependant and cell dependant

  1. #1
    Registered User
    Join Date
    07-29-2015
    Location
    norfolk
    MS-Off Ver
    10
    Posts
    48

    finding average with date dependant and cell dependant

    hi guys

    I have a table full of data ( football )
    in cell aa1 I want to return the average of column L but only if cell z1 is found in column C and if the date lays between 05/08/11 and 13/05/12 which is in column B

    is this possible please

    Thanks in advance

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: finding average with date dependant and cell dependant

    Hi,

    Check out the =AVERAGEIFS() function
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: finding average with date dependant and cell dependant

    Try this:

    =AVERAGEIFS(L:L,C:C,$Z$1,B:B,">="&"05/08/2011",B:B,"<"&"13/05/2012")

    I've shown the dates appended to the comparison, as I imagine you would have those in separate cells, so you just replace the date with the cell reference.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    07-29-2015
    Location
    norfolk
    MS-Off Ver
    10
    Posts
    48

    Re: finding average with date dependant and cell dependant

    brilliant.

    Thank you Pete

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: finding average with date dependant and cell dependant

    You're welcome - thanks for the rep.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Add years to a date dependant on age
    By Smally in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-06-2015, 05:05 PM
  2. Dependant data validation with dependant default value
    By JamesMeek in forum Excel General
    Replies: 2
    Last Post: 04-08-2013, 10:16 AM
  3. Date dependant Macro
    By nwbarker in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2012, 02:05 AM
  4. dependant combined average formulee in a single cell
    By jabjab in forum Excel General
    Replies: 17
    Last Post: 11-04-2011, 08:24 AM
  5. Replies: 0
    Last Post: 01-27-2010, 05:47 PM
  6. Replies: 1
    Last Post: 08-06-2007, 07:22 PM
  7. Cell Colors Dependant on Date
    By RJM in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-12-2006, 04:10 PM

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