+ Reply to Thread
Results 1 to 5 of 5

Collecting data from many sheets

  1. #1
    Registered User
    Join Date
    07-17-2007
    Posts
    13

    Collecting data from many sheets

    Hi,
    I have multiple sheet of data and i want to make a summary sheet that combines all the data into one column. Each sheet has a column labeled Distance with data listed below, but from sheet to sheet the number of rows of data isnt consistent. Is there a way to create a summary column in another sheet that creates a column of all the data, from sheet 1 to sheet 10 in consecutive rows?

    for example, sheet one would have
    distance
    .03
    .04
    .09
    .01

    then, sheet 2 would have
    distance
    .09
    .08
    .03
    .08
    .01
    .05

    etc. i want to make one column that lists the values in sheet one, then the values in sheet 2, then sheet 3, etc. si there is a column called
    distance
    03
    .04
    .09
    .01
    .09
    .08
    .03
    .08
    .01
    .05

    does that make sense?
    any suggestions?
    thanks!

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    How about a code solution.

    You have a sheet called Summary that takes the output, and this will process all the other sheets in the workbook.

    Please Login or Register  to view this content.
    HTH

    rylo

  3. #3
    Registered User
    Join Date
    07-17-2007
    Posts
    13
    Hi,
    That would be great. I have never run code before. Would you mind explaining how to go about running that code? thanks...

  4. #4
    Registered User
    Join Date
    07-17-2007
    Posts
    13
    I figured out how to run a macro, but my data is in column I. I tried to change all the A's to I's and it returned #REF values. Could you help modify the code for data in column I?
    thanks SO much!

  5. #5
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Here goes

    Please Login or Register  to view this content.
    Output is still going to column A.


    rylo

+ 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