+ Reply to Thread
Results 1 to 4 of 4

Thread: how to copy cells down X rows but updating all copied formulas by less than X rows

  1. #1
    Registered User
    Join Date
    06-17-2011
    Location
    Split, Croatia
    MS-Off Ver
    2007
    Posts
    5

    how to copy cells down X rows but updating all copied formulas by less than X rows

    Hi,


    This is the problem:
    -when copying cells from A10 to A20, problem is that formula =D10 is updated to =D20
    -I want that A20 contains formula =D11 after copying


    Thanks

  2. #2
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    19,224

    Re: how to copy cells down X rows but updating all copied formulas by less than X row

    I would copy from A10 to A11, then CUT A11 and paste in A20.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  3. #3
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    W Europe
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    456

    Re: how to copy cells down X rows but updating all copied formulas by less than X row

    Formula wise, perhaps =INDIRECT("D"&9+QUOTIENT(ROW(),10)) ( keeping in mind INDIRECT is volatile)
    Cheers - THE WARNING I RECEIVED WAS NOT JUSTIFIED

  4. #4
    Registered User
    Join Date
    06-17-2011
    Location
    Split, Croatia
    MS-Off Ver
    2007
    Posts
    5

    Re: how to copy cells down X rows but updating all copied formulas by less than X row

    OK, but I have data in A10 to A19. This would mean copying 10 lines one by one (in above example) or in my case, thousands...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0