+ Reply to Thread
Results 1 to 5 of 5

Averaging with Address

  1. #1
    Registered User
    Join Date
    02-04-2011
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    3

    Averaging with Address

    I am able to locate a start and end address on another sheet with the ADDRESS and MATCH functions. This is the formula i use for each.

    =(ADDRESS(MATCH(A8,'KBOI Data'!A:A,0),MATCH(O$1,'KBOI Data'!$A$7:$N$7,0),1,TRUE,"KBOI Data"))

    This returns the address of one end of the the range I want to average 'KBOI Data'!$H$77


    But I cannot incorporate these into an AVERAGE function to find the average of the values in the range of the addresses.

    Can someone help with this? Maybe give me a better function combination to use to get the averages of values in a table?

    Thanks
    Last edited by NBVC; 02-04-2011 at 03:09 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Averaging with Address

    If you can give more detail about what you are averaging (i.e. how you want to define the range), then perhaps we can use INDEX() to get the range and then AVERAGE that.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-04-2011
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Averaging with Address

    I have weather data with temperatures I have column labels (degree days) across the top and row labels (dates) along the left side. I am trying to find the average of the values between two dates in a degree day column.

    Date 59 60 61 62 63 64 65
    2/1/2008 25 26 27 28 29 30 31
    2/2/2008 30 31 32 33 34 35 36
    2/3/2008 28 29 30 31 32 33 34
    2/4/2008 34 35 36 37 38 39 40
    2/5/2008 36 37 38 39 40 41 42
    2/6/2008 30 31 32 33 34 35 36
    2/7/2008 22 23 24 25 26 27 28
    2/8/2008 24 25 26 27 28 29 30
    2/9/2008 16 17 18 19 20 21 22
    2/10/2008 20 21 22 23 24 25 26
    2/11/2008 21 22 23 24 25 26 27
    2/12/2008 20 21 22 23 24 25 26
    2/13/2008 23 24 25 26 27 28 29
    2/14/2008 24 25 26 27 28 29 30

    So I am trying to get the average of the values between 2/2/2008 and 2/12/2008 in the column with the label 63 for example.
    Last edited by chainlink; 02-04-2011 at 01:07 PM.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Averaging with Address

    See attached.

    Assuming you have a table in A1:F10 with row 1 having column labels and column A have row labels. And if start/end dates are in I1:I2 and degree-days in I3, then formula would be:

    Please Login or Register  to view this content.
    Edit: Just noticed your sample set... try to apply to the attached and see if you can adapt it.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-04-2011
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Averaging with Address

    That worked. Thanks!

+ 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