+ Reply to Thread
Results 1 to 3 of 3

one worksheet that automatically transfers its values to another. Need Help.

  1. #1
    Registered User
    Join Date
    05-21-2014
    Posts
    1

    Unhappy one worksheet that automatically transfers its values to another. Need Help.

    I need to make a worksheet that will automatically update numbers in another worksheet regardless of what column the numbers in the new work are in. For example, Report A gets numbers for column 1 from worksheet B, column 3. If I use another worksheet similar to worksheet B but not identical I need the values to still transfer to worksheet A. So essentially, even if the numbers in worksheet B are in a different column (not column 3) i still need them to show up in worksheet A.

    any help would be great and ill be around if anyone needs clarification.

  2. #2
    Valued Forum Contributor
    Join Date
    09-25-2011
    Location
    Eastbourne, England
    MS-Off Ver
    Excel 2010
    Posts
    1,089

    Re: one worksheet that automatically transfers its values to another. Need Help.

    Hi snipeski


    Welcome to the forum.

    I am sure that this can be done. Perhaps if you will upload a sample (all sensitive data removed), you will get an answer tailored to your needs.

    Regards
    Alastair

  3. #3
    Registered User
    Join Date
    05-24-2014
    Posts
    7

    Re: one worksheet that automatically transfers its values to another. Need Help.

    This can be achieved using Get External Data (note, in spite of the name, this can be used to self-reference in a workbook)

    This answer is based on Excel 2010. If you are using a different version it's still possible, but menu's to access these features may be different.

    Steps:

    In the Master worksheet, from Data tab, select Get External Data / From Other Sources
    Select From Microsoft Query
    From the Select Data Source dialog, select Excel Files*
    From the Select Workbook diaog, select the file you are working in
    Microsoft Query should now be open, displaying the Add Tables dialog
    Add Securities and Tangible Assets sheets
    From Tangible Assets, double click Name and Value to add them to the query
    Select SQL from the menu bar
    Edit the displayed query to this, and accept:

    (SELECT `'Tangible Assets$'`.Name, `'Tangible Assets$'`.Value
    FROM `Securities$` `Securities$`, `'Tangible Assets$'` `'Tangible Assets$'`)
    UNION
    (SELECT `Securities$`.Name, `Securities$`.Value
    FROM `Securities$` `Securities$`, `'Tangible Assets$'` `'Tangible Assets$'`)
    You will get a warning, SQL query can't be displayed graphically. Select OK

    Select Return Data to Excel from File menu.
    Select where to place the query
    It's Done!
    Now, whenever your source data sheets are updated, refresh the Master query to get the latest data.
    http://ggi.ac.in/
    Sheena Bajaj

+ 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. [SOLVED] Macro with Button that transfers values
    By bebongtheshark in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-15-2014, 07:07 AM
  2. [SOLVED] Automatically create new worksheet for values in a column
    By nicmarty in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-08-2012, 07:30 PM
  3. Replies: 1
    Last Post: 06-06-2012, 05:51 PM
  4. [SOLVED] Automatically Copying Values from another Worksheet If A Condition is Met
    By nenadmail in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-19-2012, 04:09 PM
  5. [SOLVED] automatically copy values of worksheet into new workbook
    By Jane in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-07-2005, 11:05 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