+ Reply to Thread
Results 1 to 2 of 2

enter data two worksheets but not in the same cell as first

  1. #1
    garston78
    Guest

    enter data two worksheets but not in the same cell as first

    hi i have got five worksheet all with diffrent info in.
    i wish to transfer some of the data from each worksheet
    into the sixth worksheet. so info from the first would go into a1,a2,and
    carry on like that there after. the ifo in the first five worksheets always
    come from the same cells. so in the end the sixth worksheet will end up with
    row after row of answers from the five work sheet
    ei team one won
    team two lost
    ect

  2. #2
    Max
    Guest

    Re: enter data two worksheets but not in the same cell as first

    One way to set up a summary sheet to draw results from the 5 source sheets
    Assume source sheets are identical in structure and named as: Sheet1, Sheet2,
    ...

    In the summary sheet (Sheet6, say),

    List the 5 source sheetnames across in B1:F1:
    Sheet1, Sheet2, Sheet3, Sheet4, Sheet5
    (ensure sheetnames entered are consistent with actual tabnames)

    List the desired cell references to be extracted from each sheet
    in A2 down, for example:

    A2
    B3
    C2
    etc

    Then just place in B2:
    =INDIRECT("'"&B$1&"'!"&$A2)
    Copy B2 across to F2, fill down to populate the table

    Adapt to taste ..
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "garston78" wrote:
    > hi i have got five worksheet all with diffrent info in.
    > i wish to transfer some of the data from each worksheet
    > into the sixth worksheet. so info from the first would go into a1,a2,and
    > carry on like that there after. the ifo in the first five worksheets always
    > come from the same cells. so in the end the sixth worksheet will end up with
    > row after row of answers from the five work sheet
    > ei team one won
    > team two lost
    > ect


+ 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