+ Reply to Thread
Results 1 to 5 of 5

Copying cells based on pattern

  1. #1
    Registered User
    Join Date
    03-01-2006
    Posts
    32

    Copying cells based on pattern

    Attached is the sheet that explains question
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    You can enter this equation into A5, and fill across. Let me know if it works:

    =OFFSET(A1,0,COLUMN()-1)

  3. #3
    Registered User
    Join Date
    03-01-2006
    Posts
    32
    Well that worked for the simpl example I attached but couldn't get it to work for the real scenerio when the data is in some other sheet. Please have a look at the attached sheet for what I am trying to accomplish. Thanks.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Enter this formula in cell B13 of Sheet1 and fill across:

    =OFFSET(Sheet2!$C$5,0,7*(COLUMN()-2))

    Enter this formula in Cell B14 of Sheet 1 and fill across:

    =OFFSET(Sheet2!$I$4,0,7*(COLUMN()-2))

  5. #5
    Registered User
    Join Date
    03-01-2006
    Posts
    32
    that works, thanks

+ 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