+ Reply to Thread
Results 1 to 8 of 8

Multiple worksheets sharing data

  1. #1
    Registered User
    Join Date
    07-27-2012
    Location
    KNoxville, TN
    MS-Off Ver
    Excel 2003
    Posts
    6

    Multiple worksheets sharing data

    Ok, I need a little help please. I have a master file along with 9 other worksheets in a work book. I am wanting to make a script or function, not sure what to use. I have a list of "officers" and each officer has their own worksheet. So within the master, all officers are listed, and from there I would like to seperate them into their own worksheet. Any ideas on how to go about this?

    Thank you for your time and help.

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Multiple worksheets sharing data

    Why not have a MASTER worksheet and 9 other "dependant" worksheets - one each for the other officiers For example: Worksheet SMITH

    The MASTER worksheet would reference the other worksheets. For example, to reference worksheet SMITH cell E6, the formula would be: +SMITH!E6. Use the same type of formulas for all of the other "dependant" worksheets

    Whatever is entered on the "dependant" worksheets would be reflected on the MASTER worksheet

    No macros or coding required
    Click on star (*) below if this helps

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

    Re: Multiple worksheets sharing data

    K M,

    It can create problems if a row of data is deleted in the dependant worksheet, in that case, it will show as a blank line in the master file. We can get that plugged as well, using the if function but it can get messy. But sometimes, macros might make it easier to work with, since it all happens on the click of a button.
    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]

  4. #4
    Registered User
    Join Date
    07-27-2012
    Location
    KNoxville, TN
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Multiple worksheets sharing data

    Here is what I am working with. Sorry if the screen is huge.

    \1

    Thank you both for the quick responses.

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

    Re: Multiple worksheets sharing data

    A jpg will not help us much. Please upload an excel file.

  6. #6
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Multiple worksheets sharing data

    Others can help with macro coding

  7. #7
    Registered User
    Join Date
    07-27-2012
    Location
    KNoxville, TN
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Multiple worksheets sharing data

    Let see if this works, if not please let me know.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    07-27-2012
    Location
    KNoxville, TN
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Multiple worksheets sharing data

    Bump any more suggestions?

+ 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