+ Reply to Thread
Results 1 to 4 of 4

Calling a sheet from a cell

  1. #1
    Registered User
    Join Date
    08-17-2015
    Location
    Nevada
    MS-Off Ver
    2010
    Posts
    2

    Calling a sheet from a cell

    Hi everyone,

    I tried searching the internet for this one but no luck. I'm trying to use the index-match-match function while calling another sheet. For simplicity here's an example: =INDEX('Q215'!A3:A4,1,1).

    So in this case, the sheet being called is "Q215." However, I need to call many different sheets with a different name for each quarter. Instead of changing the sheet name manually I would like to point it to a cell, but everything I have tried has ended as an error. What I would like is for the formula to end up looking like/or working in such a way as: =INDEX('(selected cell calls sheet Q215)'!A3:A4,1,1).

    Any help would be much appreciated. Thanks!

    Hugh

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Calling a sheet from a cell

    Try this

    =INDEX(INDIRECT("'"&A2&"'!A3:A4"),1,1)

    Assuming A2 has your sheet name

    See the file attached
    Attached Files Attached Files
    Cheers!
    Deep Dave

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Calling a sheet from a cell

    Enter your sheet name in C1 cell

    =INDEX(INDIRECT("'"&C1&"'!A3:A4"),1,1)

    Change the C1 cell reference to your desired, cell if required.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Registered User
    Join Date
    08-17-2015
    Location
    Nevada
    MS-Off Ver
    2010
    Posts
    2

    Re: Calling a sheet from a cell

    Thanks guys!

    Now I also see why it didn't work for me before. I had tried using the indirect formula but I put the last quotation mark before the target array instead of after. Works great now!

    Take care and thanks again,

    Hugh

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. proplem .. calling anothe cell value from another sheet by a condition
    By megabary in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-02-2014, 04:30 AM
  2. [SOLVED] Calling string inside cell reference to reference another sheet.
    By {=OR(value=array)} in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-26-2013, 04:45 PM
  3. Replies: 3
    Last Post: 03-11-2012, 12:28 AM
  4. VBA calling the name of a Sheet from a cell
    By Gio_ita43 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-03-2011, 11:26 AM
  5. Calling second sheet in Worksheet_Change
    By wgog in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-28-2011, 08:41 PM
  6. Calling data from one sheet to another
    By mshort in forum Excel General
    Replies: 6
    Last Post: 02-16-2011, 04:45 AM
  7. Calling one sheet from another
    By MaximusPrimal in forum Excel General
    Replies: 2
    Last Post: 09-27-2009, 02:39 AM
  8. [SOLVED] Calling a Sheet
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-27-2005, 12:05 PM

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