+ Reply to Thread
Results 1 to 4 of 4

Reference cell in different sheet by naming the sheet in seperate cell

  1. #1
    Registered User
    Join Date
    07-10-2013
    Location
    Perth, Australia
    MS-Off Ver
    MS Office 2010
    Posts
    2

    Reference cell in different sheet by naming the sheet in seperate cell

    Hi All,

    Have been looking for a way to do this for a few hours now but cannot find what im after.

    What i am trying to do, is to effectively produce the same answer as ='Alpha Records'!A5 but in a different manor

    I have returned the name of the sheet using =RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename")))&""&" Records" in cell A1 sheet 'Alpha'

    I now want to find use something similar ie ='A1'!A5 in the sheet 'Alpha' but cannot find a way to do this. Using Indirect can reference values in 'Alpha Records' but by first naming that cell in 'Alpha'. Is there a way to do this?

    The ultimate forumla is more complicated but by getting this initial reference i will be able to complete.


    The standard cell referencing system is not suitable in this situation as there is creation of multiple sets of sheets and do not want to correct the formulas

    Thanks

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Reference cell in different sheet by naming the sheet in seperate cell

    Moderator's note:

    I think you should post a sample workbook atleast 2 to 3 data and the expected output.

    To attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    07-10-2013
    Location
    Perth, Australia
    MS-Off Ver
    MS Office 2010
    Posts
    2

    Re: Reference cell in different sheet by naming the sheet in seperate cell

    Example.xlsx
    Sorry about that,

    Have attached simple example for what i would like to do.

    I understand the 'regular' method is easier but does not work in my situation

    Thanks

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Reference cell in different sheet by naming the sheet in seperate cell

    the indirect works

    =INDIRECT("'"&E3&"'!A5")
    this also works
    =INDIRECT("'"&RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename")))&""&" Records"&"'!A5")

+ 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