+ Reply to Thread
Results 1 to 2 of 2

Copy Down Formula (assignment), Skipping Rows But Keeping Count

  1. #1
    Registered User
    Join Date
    07-13-2021
    Location
    Texas
    MS-Off Ver
    2019
    Posts
    1

    Copy Down Formula (assignment), Skipping Rows But Keeping Count

    Hello everyone, I have an excel question I have been working on for a few hours to no avail. What I am trying to do is assign =sheet2!A1 to sheet1!A1 then sheet2!A2 to sheet1!A4 (there will be two blank rows here A2 and A3). I then expect to drag the selection from sheet1A1:A6 down to A7:A12 and on A7 get Sheet2!A3 but instead I get sheet2!A7.

    Is there a way to drag make this work?

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Copy Down Formula (assignment), Skipping Rows But Keeping Count

    Maybe, use this in A1:

    =IF(MOD(ROWS($1:1)-1,3)=0,INDIRECT("Sheet2!A"&INT((ROWS($1:1)-1)/3)+1),"")

    Drag down
    Quang PT

+ 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] Formula Copy and Paste - skipping rows
    By sammymalta in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-17-2018, 12:57 PM
  2. [SOLVED] Formula to copy and paste multiple rows while skipping blank rows in the table
    By teton88 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-07-2018, 02:16 PM
  3. Replies: 4
    Last Post: 11-24-2017, 07:33 PM
  4. [SOLVED] copy down formula by skipping rows.
    By matthew_salter in forum Excel General
    Replies: 7
    Last Post: 06-03-2017, 06:25 PM
  5. [SOLVED] How to copy formula skipping multiple rows
    By mgoutam in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-22-2014, 09:19 AM
  6. [SOLVED] how to drag and copy a formula by skipping rows
    By loboexcel in forum Excel General
    Replies: 7
    Last Post: 12-17-2012, 11:18 AM
  7. Copy formula with skipping rows
    By Fewebber in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-06-2006, 11:12 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