+ Reply to Thread
Results 1 to 6 of 6

Copy / drag formula to next nth row

  1. #1
    Registered User
    Join Date
    08-22-2013
    Location
    cebu,philippines
    MS-Off Ver
    Excel 2010
    Posts
    44

    Red face Copy / drag formula to next nth row

    Hi guys,

    Please help, is there a formula wherein, if dragging it down 5 rows lower the cell reference should still be in series. example e3=+sheet1!$A1, dragging it down to e8 the formula should be e8=+sheet1!$A2, but as i do it the formula i get is e8=+sheet!$A6.

    please see attached file for clearer example.

    Thank you so much =)
    Attached Files Attached Files
    blessed are those who share whats theirs

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Copy / drag formula to next nth row

    try
    =IF(MOD(ROWS($A$1:A1)-1,5),E2,INDEX(Sheet1!$A:$A,CEILING(ROWS($A$1:A1)/5,1)))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Copy / drag formula to next nth row

    =INDIRECT("sheet1!$A"&ROUNDUP((ROW()-2)/5,0))

    or try this one
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Copy / drag formula to next nth row

    popipio that is exactly the same as =INDEX(Sheet1!A:A,CEILING(ROWS($A$1:A1)/5,1)) but that's not what the op asked for !
    but i agree it gives the same result ie repeating the value 5 times. which is probably what the op is trying to achieve.
    Last edited by martindwilson; 08-28-2013 at 06:27 AM.

  5. #5
    Forum Contributor rajeshturaha's Avatar
    Join Date
    08-22-2012
    Location
    Assam, India
    MS-Off Ver
    Excel 2003, 2007
    Posts
    236

    Re: Copy / drag formula to next nth row

    Hi

    plz see the formula in Col F
    Attached Files Attached Files
    Rgd
    RT
    If my answer(s) helped you, please add me reputation by click on *

  6. #6
    Registered User
    Join Date
    08-22-2013
    Location
    cebu,philippines
    MS-Off Ver
    Excel 2010
    Posts
    44

    Re: Copy / drag formula to next nth row

    Hi guys!!!

    Your so brilliant!!!!
    @martindwilson - your formula really works!!!!
    @rajeshturaha - thanks man for the file.
    @popipipo - your formula works too....

    I LOVE THIS FORUM!!!! THANKS GUYS!!!! =)

+ 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. Excel 2007 : Copy/Drag Formula's - Need to Skip Rows
    By Rapacious in forum Excel General
    Replies: 3
    Last Post: 03-01-2012, 06:10 PM
  2. Copy and Drag formula!!
    By quikrich3 in forum Excel General
    Replies: 3
    Last Post: 06-17-2011, 12:41 PM
  3. Problem with Formula copy/drag
    By aspence in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2008, 03:53 PM
  4. [SOLVED] Copy Formula: How we can drag in a column?
    By Renee Nguy in forum Excel General
    Replies: 2
    Last Post: 02-10-2006, 01:55 PM
  5. Copy an Drag cell Formula Problem
    By Nat in forum Excel General
    Replies: 1
    Last Post: 06-20-2005, 11:05 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