+ Reply to Thread
Results 1 to 2 of 2

copy range down but offset

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-30-2015
    Location
    LA my baby
    MS-Off Ver
    2013
    Posts
    727

    copy range down but offset

    Hello. In K41:W41, I have references that start at K10 and go through W10. How can I copy this reference set down rows but have the references offset by 1 column for each row down. So, in K42:W42, I would I have L11:X11, and so on. Thanks.

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,975

    Re: copy range down but offset

    Try this formula:
    =INDIRECT(ADDRESS(ROW()-31,COLUMN()+ROW()-41))
    Let me know if you have any questions.
    Edit: Another way to do this that doesn't involve 'INDIRECT':
    =INDEX($K$10:$ZZ$40,ROW(A1),COLUMN(A1)-1+ROW(A1))
    Paste in K41 and drag down and across as necessary.
    Last edited by JeteMc; 04-30-2016 at 08:07 AM. Reason: Added Edit
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Help! - Copy Range (Sheet1,A10:F50), Paste Range (Sheet 2,A1:F41), Offset Range & Repeat
    By cjtimmer in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-30-2015, 06:27 PM
  2. [SOLVED] Range offset copy and paste
    By Nitefox in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-02-2014, 02:17 PM
  3. [SOLVED] Copy range of cells with Offset/Resize
    By frankie666 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-28-2013, 06:56 AM
  4. Dynamic offset range copy/paste
    By elxan0611 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-08-2010, 04:45 AM
  5. Copy a range to a different sheet and offset it
    By pktrusty in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-29-2010, 08:55 AM
  6. Copy range, offset, then paste
    By WillysK5 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-11-2009, 10:55 AM
  7. Copy specific range to offset location
    By Mister P in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-21-2009, 07:29 AM

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