+ Reply to Thread
Results 1 to 3 of 3

Drag down which skips every 8 rows

Hybrid View

Applebus Drag down which skips every 8... 07-01-2017, 11:58 AM
Richard Buttrey Re: Drag down which skips... 07-01-2017, 04:12 PM
Applebus Re: Drag down which skips... 07-01-2017, 05:51 PM
  1. #1
    Registered User
    Join Date
    06-18-2017
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    16

    Post Drag down which skips every 8 rows

    Hi,I have a problem with the drag down.

    I have value on Survey1 in column B and I want to drag down in Sheet1 but skip every 8 rows meaning that

    Survey1 Cell B2=Sheet1 Cell C2-C9
    Survey1 Cell B3=Sheet1 Cell C10-C17
    Survey1 Cell B4=Sheet1 Cell C18-C25

    I use this formula but it does not work.

    =IF(MOD(ROW()-4,8)=0, INDIRECT("Survey1!B" & 8+((ROW()-4)/8)-2), "")

    Could you please help me solve this issue. I also attach the file in this post
    Thank you
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Drag down which skips every 8 rows

    Hi,

    One way in B2 copied down

    =OFFSET(Survey1!$B$2,INT((ROW()-2)/8),0)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    06-18-2017
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    16

    Re: Drag down which skips every 8 rows

    Hi Richard, it works perfectly. Thank you very much

+ 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] drag multiple functions, formula skips cells
    By larsweil in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 01-23-2017, 11:43 PM
  2. [SOLVED] Drag Formula that Skips 1 Column
    By brendangroff in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-14-2016, 03:01 PM
  3. Replies: 14
    Last Post: 11-26-2015, 09:43 AM
  4. copy a formula that skips rows
    By mo2982 in forum Excel General
    Replies: 2
    Last Post: 06-09-2014, 10:41 AM
  5. [SOLVED] Drag Formula that skips every 12 Rows
    By kqball in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-01-2013, 12:35 PM
  6. Rows Not Visible: Enumeration Skips
    By jefftanner in forum Excel General
    Replies: 2
    Last Post: 10-08-2008, 05:31 PM
  7. Counting number of rows (with skips)
    By MasterMonk in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-04-2007, 04:11 PM

Tags for this Thread

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