+ Reply to Thread
Results 1 to 5 of 5

link the data of different sheets to change table data

  1. #1
    Registered User
    Join Date
    02-18-2020
    Location
    Philippines
    MS-Off Ver
    2017
    Posts
    36

    link the data of different sheets to change table data

    Hello folks. Need a help of this one. I have 19 sheets that has data each of days in a month in columns and hours in rows. I want to have a summary sheet where I can show chart automatically depending on the drop down list I select. I created drop down list for the sheets and the days in a month. (see Picture 1). I figured how to link days from the dropdown list but ONLY on SPECIFIC SHEET. My PROBLEM is how to link the different SHEETS in a cell so I can change the data of the table depending on what sheet I select on the dropdown list. See pictures. Thank you for the help.

    =INDEX(ANECO!$B$7:$AF$30,MATCH(ANECO!A7,ANECO!$A$7:$A$30,0),MATCH(SUMMARY!$K$2,ANECO!$B$4:$AF$4,0))

    How to make ANECO! change automatically based on the sheet?

    I did this

    Dropdown list date.PNG

    using formula
    Formula date.PNG

    this is my problem
    drop down customer.PNG
    Last edited by Pepe Le Mokko; 03-02-2020 at 04:33 AM. Reason: Title shortened

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

    Re: What function to link the data of different sheets to change table data

    INDIRECT may helps.
    Welcome to the forum

    Please attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. 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 shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Quang PT

  3. #3
    Forum Contributor shank_mis's Avatar
    Join Date
    09-08-2018
    Location
    Delhi
    MS-Off Ver
    2010
    Posts
    128

    Re: What function to link the data of different sheets to change table data

    As bebo021999 said, INDIRECT() may come handy in this problem.

    =INDEX(INDIRECT($A$2&"!$B$7:$AF$30"),MATCH(INDIRECT($A$2&"!A7"),INDIRECT($A$2&"!$B$7:$AF$30"),0),MATCH(SUMMARY!$K$2,INDIRECT($A$2&"!$B$4:$AF$4"),0))

    This will only work if data range on every sheet is same.

    Please hit the "Add Reputation" button if you liked the answer.
    Shashank Mishra
    Please hit "Add Reputation" Button if you liked the answer.

  4. #4
    Registered User
    Join Date
    02-18-2020
    Location
    Philippines
    MS-Off Ver
    2017
    Posts
    36

    Re: What function to link the data of different sheets to change table data

    Quote Originally Posted by shank_mis View Post
    As bebo021999 said, INDIRECT() may come handy in this problem.

    =INDEX(INDIRECT($A$2&"!$B$7:$AF$30"),MATCH(INDIRECT($A$2&"!A7"),INDIRECT($A$2&"!$B$7:$AF$30"),0),MATCH(SUMMARY!$K$2,INDIRECT($A$2&"!$B$4:$AF$4"),0))

    This will only work if data range on every sheet is same.

    Please hit the "Add Reputation" button if you liked the answer.
    Appreciate it! Thank you so much for the help!

  5. #5
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: link the data of different sheets to change table data

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Macro function for link data & update data
    By Regina HR in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-12-2018, 02:56 AM
  2. Replies: 0
    Last Post: 05-03-2017, 01:44 PM
  3. Link data between sheets
    By dtaphuong in forum Excel General
    Replies: 3
    Last Post: 08-22-2015, 09:22 AM
  4. Link data between two sheets
    By dtaphuong in forum Excel General
    Replies: 2
    Last Post: 08-22-2015, 07:22 AM
  5. [SOLVED] How do I link Dropdown List (data validation) with filtering data from a table?
    By Trishux25 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-29-2015, 10:17 PM
  6. Replies: 1
    Last Post: 07-29-2015, 08:36 PM
  7. Link data from multiple data sheets
    By gsweta in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2009, 02:50 AM

Tags for this Thread

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