+ Reply to Thread
Results 1 to 12 of 12

Get data from another workbook to a summary workbook.

Hybrid View

  1. #1
    Registered User
    Join Date
    09-04-2012
    Location
    GLASGOW
    MS-Off Ver
    Excel 2010
    Posts
    21

    Get data from another workbook to a summary workbook.

    In the summary sheet I want to get data from the intercompany. I have been using copy and paste to do this. I am sure there is more efficient way of doing this. I can no idea where to start. I have attached two files for you to have a review.

    Thank you

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Get data from another workbook to a summary workbook.

    So you just want the data from the respective columns to be copied to the summary file?

    You want this action to be performed on only file or do you have a list of files in a folder?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    09-04-2012
    Location
    GLASGOW
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Get data from another workbook to a summary workbook.

    Quote Originally Posted by arlu1201 View Post
    So you just want the data from the respective columns to be copied to the summary file?

    You want this action to be performed on only file or do you have a list of files in a folder?
    Yes I want the data from the respective columns to be copied to the summary file.

    Yes I have list of files in a folder.

  4. #4
    Registered User
    Join Date
    06-28-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Get data from another workbook to a summary workbook.

    Hi Friends,

    1. Why don't you include a VBA Commandbutton in the workbook that will allow the transfer of data, regardless of the date so u are not constrained by the date factor at all

    2. Emailing workbooks is never a good idea, create a shortcut and email the shortcut link to your bosses, so if they need to make any change / modification it can be contained in the same file. Hope you get the idea here

    3. Moreover, having numerous sheets added is not a good idea again, use the command button to do it all from you transfer data, refresh data, perhaps you may even create an auto email generating method.

    Thanks and Regards
    Kynthia Melissa

  5. #5
    Registered User
    Join Date
    09-04-2012
    Location
    GLASGOW
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Get data from another workbook to a summary workbook.

    Hello,

    I have no idea what a VBA Commandbutton is. Do you think you will be able to help?

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Get data from another workbook to a summary workbook.

    Kynthia is talking about a macro assigned to a button. Thats the same thing i am working on for you.

  7. #7
    Registered User
    Join Date
    09-04-2012
    Location
    GLASGOW
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Get data from another workbook to a summary workbook.

    Thanks for letting me know what the VBA commandbutton was. I looking forward to hearing from you. Thanks for your help.

  8. #8
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,644

    Re: Get data from another workbook to a summary workbook.

    Which line from Data_Car goes to which line in Summary_Assets and what is the condition?

  9. #9
    Registered User
    Join Date
    09-04-2012
    Location
    GLASGOW
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Get data from another workbook to a summary workbook.

    The reporting company would be D. So line 9 from Data would go to line 36 in the summary. I think the conditions would be based on Intracompany, Code and Invoicing currency.

    Thanks for your help.

  10. #10
    Registered User
    Join Date
    09-04-2012
    Location
    GLASGOW
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Get data from another workbook to a summary workbook.

    Hello, how are things going with trying to solve the problem? Again thanks for the help.

  11. #11
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,644

    Re: Get data from another workbook to a summary workbook.

    No idea why it should be that row.

    Can you explain it in logically understandable format?

  12. #12
    Valued Forum Contributor
    Join Date
    11-15-2008
    Location
    ph
    MS-Off Ver
    2007/2010/2016
    Posts
    479

    Re: Get data from another workbook to a summary workbook.

    Hi -

    I think you need to have some field or even on the file name of your intercompany file to reflect the reporting company.

    So if if saw the reporting company code somewhere on the intercompany files, the script will look for this term in column A of the summary file then validate if the other 4 columns are the same then get the values.

    Regards,
    event

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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