+ Reply to Thread
Results 1 to 4 of 4

Linking Worksheets

  1. #1
    Registered User
    Join Date
    10-20-2010
    Location
    Parramatta Australia
    MS-Off Ver
    Excel 2003
    Posts
    1

    Talking Linking Worksheets

    I am using Excel 2007. I have two worksheets within one workbook. I have a list of data which totals every 100 rows. I am trying to automatically transfer those totals to the 2nd worksheet. Is there a way to do this?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,463

    Re: Linking Worksheets

    It's possible but it's difficult to guess at the best way to do it withoiut seeing a sample of the data.

    Please post a workbook with some typical data and formulae.

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    12-08-2010
    Location
    netherlands
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Linking Worksheets

    Quote Originally Posted by TMShucks View Post
    It's possible but it's difficult to guess at the best way to do it withoiut seeing a sample of the data.

    Please post a workbook with some typical data and formulae.

    Regards

    one way i am using mostly for having data from one sheet to another is the following easy way maybe you try it also if it helps
    sheet1 column A1 Test
    sheet2 column A1 =Sheet1!A1

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,463

    Re: Linking Worksheets

    On sheet2, in cell A1, put:

    =INDEX(Sheet1!$A$1:$A$1000,((ROW()-ROW($A$1))*100)+1)

    and drag down. Adjust the range as necessary.

    Regards

+ 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