+ Reply to Thread
Results 1 to 3 of 3

Cell References

  1. #1
    gman
    Guest

    Cell References

    I have 2 separate work sheets. I want to copy the values of cells in work
    sheet A to cells in Work sheet B. The values in A are separated by at least
    4 rows. Cells in B where I want those values are separated by 1 row.
    How can I copy the values without having to enter each cell reference
    indivudually in B?
    Is there a formula to add columns or rows such as cell A1+3 = cell D1 or
    cell A1 + 3 = cell A4

  2. #2
    Valued Forum Contributor
    Join Date
    06-30-2005
    Location
    Verwood, Dorset, England
    MS-Off Ver
    Excel 2000
    Posts
    479
    Quote Originally Posted by gman
    I have 2 separate work sheets. I want to copy the values of cells in work
    sheet A to cells in Work sheet B. The values in A are separated by at least
    4 rows. Cells in B where I want those values are separated by 1 row.
    How can I copy the values without having to enter each cell reference
    indivudually in B?
    Is there a formula to add columns or rows such as cell A1+3 = cell D1 or
    cell A1 + 3 = cell A4
    Hi Gman

    On sheet b insert 3 extra rows then do the copy and paste, then delete the 3 rows
    Paul

  3. #3
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    Not sure if this will do what you want, but give it a try.

    Let's say A1, A5, A9, etc contains your data in Sheet A. Then in Sheet B:

    A1 = OFFSET('Sheet A'!$A$1,(ROW()-1)/2*4,0)


    Hope it helps.


    Quote Originally Posted by gman
    I have 2 separate work sheets. I want to copy the values of cells in work
    sheet A to cells in Work sheet B. The values in A are separated by at least
    4 rows. Cells in B where I want those values are separated by 1 row.
    How can I copy the values without having to enter each cell reference
    indivudually in B?
    Is there a formula to add columns or rows such as cell A1+3 = cell D1 or
    cell A1 + 3 = cell A4

+ 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