+ Reply to Thread
Results 1 to 6 of 6

Combining spreadsheets

  1. #1
    Registered User
    Join Date
    12-20-2006
    Posts
    2

    Combining spreadsheets

    Hi, I have 2 spreadsheets I want to combine into a 3rd master spreadsheet (same catagories and functions). But I wanted it to be configured so that if I add any information to the first 2 they will automatically be entered into the master. I'd hightly prefer not to use macros as well. thanks

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Your information is sparse, so a sparse reply:

    use the formula "=Sheet1!A1" or "=Sheet2!B1" Modify the cell references as needed to bring data from sheets 1 and 2 into a 3rd sheet.

    Good Luck!

    Bruce
    Bruce
    The older I get, the better I used to be.
    USA

  3. #3
    Registered User
    Join Date
    12-20-2006
    Posts
    2

    more detail

    I'll try to add more info. I didnt want to make my question too confusing

    say in spreadsheet 1 I have
    stuff number
    x 1
    y 2
    z 3

    spreadsheet 2 I have
    stuff number
    a 7
    b 8
    c 9

    spreadsheet 3 I want

    stuff number
    x 1
    y 2
    z 3
    a 7
    b 8
    c 9

    and I also want it so that if I add to spreadsheet 1
    stuff number
    v 5

    I want that tacked onto spreadsheet 3 automatically

    thanks

  4. #4
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Without using VB code in a WorkbookChange event macro, what you ask is pretty difficult, as the formulas I listed will only look for data added to specified cells on a single sheet.

    You could use separate columns for Sheet 1 data and other columns for Sheet 2 data.

    Maybe others have a different <non-macro> approach to this task.

    Good Luck.

  5. #5
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by homer
    I'll try to add more info. I didnt want to make my question too confusing

    say in spreadsheet 1 I have
    stuff number
    x 1
    y 2
    z 3

    spreadsheet 2 I have
    stuff number
    a 7
    b 8
    c 9

    spreadsheet 3 I want

    stuff number
    x 1
    y 2
    z 3
    a 7
    b 8
    c 9

    and I also want it so that if I add to spreadsheet 1
    stuff number
    v 5

    I want that tacked onto spreadsheet 3 automatically

    thanks
    Hi

    it would be better if you attach a sample workbook.

    Regards.

  6. #6
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Try this

    VBA Noob
    Attached Files Attached Files
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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