+ Reply to Thread
Results 1 to 3 of 3

Use INDEX and INDIRECT functions combined.

  1. #1
    Registered User
    Join Date
    07-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    2

    Use INDEX and INDIRECT functions combined.

    Hello,

    I am trying to create a summary sheet with data from different worksheets. I'm using the INDEX function so I can drag the formula across columns in the summary sheet and get the data from specific cells in the worksheets. Since I will have several worksheets, I need help incorporating another function (perhaps INDIRECT) to be able to drag down the Summary Table for Sheet1 and get the the Summary Tables for the other worksheets.

    I have attached an example of the file that includes the INDEX function I'm using. The red cells in the worksheets contain the data I need to populate the summary tables.

    Any help will be greatly appreciated.

    Thank you
    Attached Files Attached Files

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

    Re: Use INDEX and INDIRECT functions combined.

    You mean?

    =INDEX(INDIRECT("'"&B4&"'!$N$30:$BZ$30"),1+(8*(COLUMNS($D$6:D6)-1)))
    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
    07-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Use INDEX and INDIRECT functions combined.

    Quote Originally Posted by NBVC View Post
    You mean?

    =INDEX(INDIRECT("'"&B4&"'!$N$30:$BZ$30"),1+(8*(COLUMNS($D$6:D6)-1)))
    Thanks, that was exactly what I needed.

+ 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