+ Reply to Thread
Results 1 to 10 of 10

Dropdown list to link specific data from other sheets

Hybrid View

  1. #1
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2502
    Posts
    13,700

    Re: Dropdown list to link specific data from other sheets

    Since I notice you want your codes parsed as well I used a bit of a different approach. The file is attached.

    In B5
    Formula: copy to clipboard
    =INDEX(INDIRECT("'"&$A$1&"'"&"!$A$2"),0)
    In C5 and filled across
    Formula: copy to clipboard
    =MID(INDEX(INDIRECT("'"&$A$1&"'"&"!$b$2"),0),COLUMNS($A:A),1)
    In A10 and filled across
    Formula: copy to clipboard
    =INDEX(INDIRECT("'"&$A$1&"'"&"!$c$5:$d$7"),COLUMNS($A:A),2)
    Attached Files Attached Files
    Last edited by FlameRetired; 03-03-2015 at 05:24 AM.

  2. #2
    Registered User
    Join Date
    07-10-2013
    Location
    Battambang, Cambodia
    MS-Off Ver
    Excel 2007
    Posts
    33

    Re: Dropdown list to link specific data from other sheets

    Thank so much. It works nice

+ 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. Replies: 0
    Last Post: 08-08-2014, 12:12 PM
  2. Chart plotting using dropdown list pulling data from different sheets
    By tolu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-14-2013, 11:00 PM
  3. Retrieve Data from other sheets using dropdown list.
    By lemuel in forum Excel General
    Replies: 8
    Last Post: 09-28-2012, 09:35 AM
  4. Replies: 9
    Last Post: 05-22-2011, 09:26 AM
  5. VLOOKUP specific data for month required via dropdown list
    By Toni Bennett in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-07-2006, 11:35 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