+ Reply to Thread
Results 1 to 3 of 3

average of first 10 numbers in row

  1. #1
    Registered User
    Join Date
    02-26-2013
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2003
    Posts
    5

    average of first 10 numbers in row

    hi all, first post here, so thanks in advance for the help....I'm sure there is an easy an obvious solution, but I've been out of practice with Excel for several years now. FYI, if it matters I'm using Excel 2003. I need help with a formula to average the first 10 numbers in a row. Once a month, a new column will be inserted at column C, so that the most recent set of numbers is in C and reads left to right. I am attaching an example of my worksheet, if that helps. Thanks again.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-17-2010
    Location
    Nottingham, England
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013, 2016, 2019, 365
    Posts
    294

    Re: average of first 10 numbers in row

    If you just want to take a simple average, then you can use
    =AVERAGE(OFFSET(B2,0,1,1,10))
    The offset function uses the start cell B2, 'moves' no rows and 1 column, and selects a range 1 row high by 10 columns wide. Therefore, it will always 'start' at column C.
    However, check the help files for the difference between AVERAGE and AVERAGEA...
    Kind Regards,

    Out of the Hat

    "Computers are stupid - they do EXACTLY what you tell them to"

    If I've helped you with a problem, please say thanks by clicking the small star icon on the left.

  3. #3
    Registered User
    Join Date
    02-26-2013
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: average of first 10 numbers in row

    thanks for the reply, I didn't mention it in my original post (but was on the w.s. I attached) that some cells contain the text "DNP". What I need the formula to do is skip the cells with "DNP" and average out the first 10 numbers left of column B.

+ 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