+ Reply to Thread
Results 1 to 4 of 4

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
    7

    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 Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    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
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,443

    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)

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

    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.6.0 RC 1