+ Reply to Thread
Results 1 to 4 of 4

Referencing Data in Non-Adjacent Columns

Hybrid View

  1. #1
    Registered User
    Join Date
    06-13-2012
    Location
    Chicago, USA
    MS-Off Ver
    Excel 2010
    Posts
    23

    Referencing Data in Non-Adjacent Columns

    Hello All:

    I've been searching online for hours and can't seem to find help with what, intuitively, seems like an easy question. I have a "Data" tab where data is entered daily and then averaged on a weekly basis. I also have a "Summary" tab where I want to bring in only the weekly summary data to use for building charts/dashboards, etc. I cannot find a formula that can be copied to reference the data in the non-adjacent cells. I have attached a simple sample of what I'm trying to accomplish. When working, Cell C3 on the "Summary" tab should reflect the value of Cell H5 on the "Data" tab - or 17,800.

    Feel free to point out the extremely obvious if I'm really missing the boat, here - I can take it!

    Help???...and thanks in advance!!!

    Non-Adjacent Cell Help.xlsx

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Referencing Data in Non-Adjacent Columns

    In C3 on the summary sheet, try...

    =INDEX(Data!$5:$5,MATCH(C2,Data!$2:$2,0))

    ...and copy over
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    06-13-2012
    Location
    Chicago, USA
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Referencing Data in Non-Adjacent Columns

    Jeff,

    Worked like a charm! Not as easy as I would have thought (meaning I would not have come up with this)! Now I'm going to spend some time trying to understand exactly what the formula is doing. I won't be happy with just pasting your work and calling it a day!

    Thanks so much! You saved me a lot of tedious and repetitive work!!!

    Have a great rest of the day!

    Andrew

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Referencing Data in Non-Adjacent Columns

    You are very welcome Andrew. Thanks for the feedback.

    Here is a place to help further your understanding of this function and there are videos to watch...

    http://www.contextures.com/xlFunctions03.html

    Please mark your thread as solved if so...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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