+ Reply to Thread
Results 1 to 4 of 4

Dynamic Tab name instead of fixed

  1. #1
    Forum Contributor
    Join Date
    01-02-2007
    Location
    Australia NSW
    MS-Off Ver
    2013
    Posts
    494

    Dynamic Tab name instead of fixed

    Please Login or Register  to view this content.
    I have the above formual in a cell, with a ref to a sheet tab named '1050'.

    Now i need to have the same formula, but have it changed to the tab name that is selected in cell C136 of the activesheet.

    IE. '1050' sheet tabe in the above example is an actual value selected in C136.

    If i change the C136 value to say 2000, then the fomula needs to refelect '2000'E33<> etc instead of '1050'.

    How can i do this ?

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Dynamic Tab name instead of fixed

    try indirect to reference
    =IF(Indirect($C$136) &"!"&E33<>A14,"",TRUE)

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Dynamic Tab name instead of fixed

    hi coreytroy, try:
    =IF(INDIRECT("'"&C136&"'!E33")<>A14,"",TRUE)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Forum Contributor
    Join Date
    01-02-2007
    Location
    Australia NSW
    MS-Off Ver
    2013
    Posts
    494

    Re: Dynamic Tab name instead of fixed

    Perfect, Thanks guys !

+ 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