+ Reply to Thread
Results 1 to 2 of 2

Sharing Data Between Sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    10-15-2014
    Location
    Raleigh, NC
    MS-Off Ver
    2013
    Posts
    1

    Question Sharing Data Between Sheets

    I am new to this forum, but I need help every now and then and I thought this might be the place to go! I am creating a workbook of information for a school sporting event. We have a ton of participants. I want to add their information to the main sheet with their contact information and what not. Then I would like to take the list of student names and add them to other worksheets in order to create a weekly log where we record their times for each practice that will be printed out weekly to hand write the data on the field, and other worksheets for each month where their stats are recorded, and a worksheet that summarizes everything. The problem that I have is that new people keep popping up and we need to add people. There are a few of us doing this and not everyone is consistent in entering the data in all areas. I was hoping that when one person is added to the student info page, their name would then automatically be added to all of the other sheets with names listed on them. That way we are sure that everyone is accounted for. I know there has to be a way to do that...any answers?

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Sharing Data Between Sheets

    A fairly simple way would be to just reference the Sheet1 column containing the names in each of the subsequent sheets.

    eg

    Imagine Sheet1 has 3 people in cells A1 to A3
    Alan
    Frank
    Mary

    In sheet2, cell A1 you would have the formula: =Sheet1!A1
    and copy this formula down to say A100 (or A64000 if you're feeling generous)

    this will therefore show the list of names in Sheet2 that are in Sheet1.

    Thats at its most basic, as you'll see if there isnt anything in the cell of Sheet1 then it puts a zero in the Sheet2 cell so to get around that make your formula =IF(ISTEXT(Sheet1!A1),Sheet1!A1,"") so it only displays something if theres TEXT in the cell.

    theres many other solutions but thats probably the easiest one to use.

+ 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. sharing same value between several sheets
    By DPPHAM in forum Excel General
    Replies: 4
    Last Post: 05-15-2013, 09:27 PM
  2. Sharing Data Across Multiple Sheets
    By JFraler in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-28-2013, 05:01 PM
  3. sharing sheets between people?across network
    By benjii19 in forum Excel General
    Replies: 0
    Last Post: 04-05-2011, 07:45 AM
  4. Sharing Cells in Protected Sheets
    By richardhalling in forum Excel General
    Replies: 5
    Last Post: 10-16-2008, 09:36 AM
  5. [SOLVED] sharing data between sheets in a spreadsheet
    By joe54345@gmail.com in forum Excel General
    Replies: 2
    Last Post: 02-23-2006, 10:40 AM

Tags for this Thread

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