+ Reply to Thread
Results 1 to 4 of 4

Averaging every other cell

Hybrid View

  1. #1
    Registered User
    Join Date
    06-23-2005
    Posts
    2

    Averaging every other cell

    I am trying to average cells 1 and 2 from my first page into cell 1 of the second page, then average cells 3 and 4 from the first page into cell 2 of the second page. It seems that the only way to do this is by hand, as fill down does not follow that pattern. Any suggestions? Thanks!

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    In cell A1 of your second sheet enter the standard Average formula:

    =AVERAGE(SHEET1!A1:A2)

    in cell A2 of your second sheet enter this formula and then copy down as far as needed:

    =AVERAGE(INDEX(Sheet1!A1:Annn,ROW()*2-1,,1),INDEX(Sheet1!A1:Annn,ROW()*2,,1))

    Where the reference 'Annn' is the last row of data on Sheet1

    Does this work for you?

    Bruce
    Bruce
    The older I get, the better I used to be.
    USA

  3. #3
    Registered User
    Join Date
    06-23-2005
    Posts
    2
    Bruce-

    Thanks! I had to lock my reference cells, but other than that it worked great. Thanks so much for the help! You saved me many hours of work.

    Amie

  4. #4
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    I'm glad it worked for you. Thanks for the feedback, it is always appreciated.

    Cheers!

    Bruce

+ 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