+ Reply to Thread
Results 1 to 4 of 4

How to copy data and then increment cell reference from different worksheet Excel 2003

  1. #1
    Registered User
    Join Date
    10-17-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    22

    How to copy data and then increment cell reference from different worksheet Excel 2003

    Hi,

    Could anyone help me please ? I've tried lots of ways to do this, but none successful so far.

    I've got 2 worksheets in the same workbook.

    Sheet 1 contains huge amounts of data - thousands of rows and multiple columns

    Sheet 2 - I want to extract the data from sheet 1 column A into sheet 2 column A but only the data from every 21st row.

    I want to be able to copy the formula automatically down, otherwise it will take hours to do it manually. So far I can only get the cell reference to increment by 1 each time after copying.

    So what I'm trying to achieve is :-

    Sheet 2 A1 = Sheet 1 A1
    Sheet 2 A2 = Sheet 1 A22
    Sheet 2 A3 = Sheet 1 A43

    If anyone can help me out with this, I'd be most grateful.

    Thanks,

    M.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: How to copy data and then increment cell reference from different worksheet Excel 2003

    Hi,

    In Sheet2 A1 and copy down:

    =INDEX(Sheet1!A:A,21*(ROWS($1:1)-1)+1)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    10-17-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    22

    Re: How to copy data and then increment cell reference from different worksheet Excel 2003

    Perfect !

    Works like a treat.

    Thanks very much XOR LX.

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: How to copy data and then increment cell reference from different worksheet Excel 2003

    You're welcome!

+ 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. regular cell reference increment from irregular worksheet
    By moronmark in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-06-2011, 06:47 PM
  2. Excel 2003 - Copy Cell Reference
    By Nicole in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-07-2005, 03:05 PM
  3. Excel 2003 - Copy Cell Reference
    By Nicole in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 11:05 PM
  4. Excel 2003 - Copy Cell Reference
    By Nicole in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 10:05 PM
  5. [SOLVED] Excel 2003 - Copy Cell Reference
    By Nicole in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 09:05 PM

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