+ Reply to Thread
Results 1 to 3 of 3

Linking two spreadsheets

  1. #1
    Registered User
    Join Date
    05-03-2007
    Posts
    2

    Linking two spreadsheets

    I am trying to link two spreadsheets. One spreadsheet I have I am wanting to update weekly based on the information that is created in a seperate spreadsheet by a report I run.

    The spreadsheet that I am wanting to update weekly will have a column with notes and misc information that will not be a part of the spreadsheet that is created weekly.

    I am wanting to somehow link the two spreadsheets to keep me from having to continually copy my notes from the previous week to a spreadsheet for the current week.

    Any pointers or suggestions will be greatly appreciated.

  2. #2
    Registered User
    Join Date
    10-24-2003
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    33
    You could use the Vlookup formule to get info from your other files

    Make a table with the information to be retreived in 'my_other_file' and name it 'my_list' In the first column make an index list

    Then in your weekly report use a formula like

    =VLOOKUP(A1;'C:\your_other_file'!your_list;X;0)

    You may want to use the excel helpfile about explanation of the vlookup formula.

    A1 is the reference in your report corresponing to the first column in your_list
    For C use 1..99 for the columnnumber where the info is that you need.

    Good luck.

    Arien

  3. #3
    Registered User
    Join Date
    05-03-2007
    Posts
    2
    Thanks for the info, let me play with it.

+ 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