+ Reply to Thread
Results 1 to 2 of 2

Use Formula to Link to Data on Different Tab

Hybrid View

  1. #1
    Registered User
    Join Date
    03-10-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    1

    Use Formula to Link to Data on Different Tab

    I'm using the vlookup function to pull data on to a master summary slide. Currently my formula looks like this:

    =VLOOKUP(A4,Brk!$A$3:$M$21,4,FALSE)

    I'm looking to avoid having to the actually go to every dab and select the range. As all the tabs are identical (the data range is in the same spot on every tab) is it possible to create a column that contains all the tab names and link to the cell with the correct tab name in the formula allowing me to just drag the formula down on the summary tab. IE the formula would then look like this:

    =VLOOKUP(A4,A5!$A$3:$M$21,4,FALSE)

    *A5 = Brk

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,653

    Re: Use Formula to Link to Data on Different Tab

    Maybe:
    =VLOOKUP(A4,INDIRECT("'"&A5&"'!A3:M21"),4,0)
    Quang PT

+ 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. Looking for right Formula's to Link Data
    By jaarthur in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-16-2013, 07:43 PM
  2. Formula To Link Partial Data
    By swordswinger710 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-08-2012, 01:12 PM
  3. Excel 2007 : Formula to link data from one cell to another?
    By driveherdown in forum Excel General
    Replies: 2
    Last Post: 10-27-2011, 03:10 PM
  4. Replies: 3
    Last Post: 01-18-2006, 11:00 AM
  5. Break a link/formula but keep the data?
    By Task Lead Nicole in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-13-2005, 12:06 AM

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