+ Reply to Thread
Results 1 to 3 of 3

Problem on linking different cells from other worksheet ?

  1. #1
    Eric
    Guest

    Problem on linking different cells from other worksheet ?

    There are 2 worksheets A and B. Worksheet A contains many groups of data,
    such as Name, Age, ***, Address, ... which locate on different cell position,
    E7, H6, H7, H8, and the same information for next group will locate on E15,
    H14, H15, H16.

    I would like to link
    A!E7 into B1
    A!H6 into C1
    A!H7 into D1
    A!H8 into E1

    A!E15 into B2
    A!H14 into C2
    A!H15 into D2
    A!H16 into E2

    and I would like to do the rest, but I cannot link the rest of cells by
    dragging B1:E2 into E100, each cell just does not align with my intended cell
    value.
    Does anyone know on how to do it in Excel?
    Thank you in advance
    Eric

  2. #2
    Bernie Deitrick
    Guest

    Re: Problem on linking different cells from other worksheet ?

    B1: =INDIRECT("A!E" & ROW()*8-1)
    C1: =INDIRECT("A!H" & ROW()*8-2)
    D1: =INDIRECT("A!H" & ROW()*8-1)
    E1: =INDIRECT("A!H" & ROW()*8)

    and copy down as far as needed

    HTH,
    Bernie
    MS Excel MVP


    "Eric" <Eric@discussions.microsoft.com> wrote in message
    news:95F16448-9343-4075-8FC3-4AABAA5931B2@microsoft.com...
    > There are 2 worksheets A and B. Worksheet A contains many groups of data,
    > such as Name, Age, ***, Address, ... which locate on different cell position,
    > E7, H6, H7, H8, and the same information for next group will locate on E15,
    > H14, H15, H16.
    >
    > I would like to link
    > A!E7 into B1
    > A!H6 into C1
    > A!H7 into D1
    > A!H8 into E1
    >
    > A!E15 into B2
    > A!H14 into C2
    > A!H15 into D2
    > A!H16 into E2
    >
    > and I would like to do the rest, but I cannot link the rest of cells by
    > dragging B1:E2 into E100, each cell just does not align with my intended cell
    > value.
    > Does anyone know on how to do it in Excel?
    > Thank you in advance
    > Eric




  3. #3
    Eric
    Guest

    Re: Problem on linking different cells from other worksheet ?

    Thank you very much
    Eric

+ 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