Results 1 to 3 of 3

Dynamic List from other Sheets - Auto adjustment if row/column inserted in others sheets

Threaded View

  1. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,651

    Re: Dynamic List from other Sheets - Auto adjustment if row/column inserted in others shee

    You could use Named Ranges on Sheet1 and Sheet2 and refer to them in the INDIRECT function. The Named Ranges would be "dynamic" when a row or column is inserted.

    In this example, the named ranges are called Sheet1rng and Sheet2rng and encompass A3:C6 on each sheet. Using the Sheet's name at the beginning of the named range makes it convenient to reference the B2 dropdown value and add "rng" to the name.

    Formula: copy to clipboard
    =INDEX(INDIRECT($B$2&"rng"),MATCH(INDEX(INDIRECT($B$2&"rng"),ROW(1:1),1),INDEX(INDIRECT($B$2&"rng"),0,3),0),2)
    Last edited by AlphaFrog; 09-17-2020 at 05:05 AM.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Create a dynamic list from multiple sheets
    By shbiskup in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-28-2022, 04:04 AM
  2. [SOLVED] Generate dynamic list of Sheets
    By llamafarmer in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-21-2019, 08:55 AM
  3. Compare Sheets and Display the previous sheets column in current sheets
    By maddyrafi1987 in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 05-09-2017, 04:03 AM
  4. [SOLVED] Select all sheets from a dynamic list
    By rousseauassociates in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-23-2016, 05:14 AM
  5. [SOLVED] Create a Dynamic Master List from 10 different sheets.
    By djshane in forum Excel General
    Replies: 3
    Last Post: 06-12-2016, 05:06 AM
  6. Replies: 7
    Last Post: 07-29-2014, 11:10 AM
  7. Replies: 1
    Last Post: 02-25-2013, 11:37 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