+ Reply to Thread
Results 1 to 4 of 4

Dragging irregular cell row sequence down a single column

  1. #1
    Registered User
    Join Date
    02-11-2024
    Location
    Chicago
    MS-Off Ver
    2021
    Posts
    59

    Dragging irregular cell row sequence down a single column

    I'm pulling data from another workbook. The data cells are not sequential, i.e. A1,A2,A3...etc. Rather the cells go down the column in this format:

    A10,
    A15,
    A21,
    A26,
    A32,
    A37,
    A43,
    A48,
    A54

    ....etc. How can drag that sequence down the column without having to code each individual cell along that sequence? If I drag now, that specific sequence breaks. I need to drag that sequence down almost 2000 cells. Hand-coding will take hours. Help much appreciated. Thanks in advance!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: Dragging irregular cell row sequence down a single column

    If you had the data in column A of Sheet1 in the same file, then you can use this formula (probably in another sheet):

    =INDEX(Sheet1!A:A,5+ROWS($1:1)*5+INT((ROWS($1:1)-1)/2))

    What you will need to do is to change Sheet1!A:A above to the full path, filename, sheet name and column reference to suit where your actual data is located, then copy down the formula as far as you need it.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    02-11-2024
    Location
    Chicago
    MS-Off Ver
    2021
    Posts
    59

    Re: Dragging irregular cell row sequence down a single column

    Thank you, AGAIN, kind sir. Worked like a charm. You just saved me 10 hours of life!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: Dragging irregular cell row sequence down a single column

    Glad to be able to help. Thanks for the rep.

    Pete

+ 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. Clicking and Dragging Cells without dragging Cell Format
    By Whiteadderrocks in forum Excel General
    Replies: 7
    Last Post: 02-13-2024, 03:44 PM
  2. Replies: 1
    Last Post: 11-29-2022, 10:37 AM
  3. dfgdfgdfgght thtrh trhr
    By aslam5420 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-07-2022, 03:32 AM
  4. Replies: 7
    Last Post: 06-08-2015, 08:39 AM
  5. [SOLVED] Dragging down a formula in sequence
    By carmap12 in forum Excel General
    Replies: 3
    Last Post: 05-13-2015, 04:49 AM
  6. Converting single column into multiple rows with irregular data
    By longhornpete in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-18-2012, 10:27 AM
  7. Summing sequence of numbers seperated by comma within single cell
    By Mazb in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 03-24-2009, 06:51 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