+ Reply to Thread
Results 1 to 6 of 6

Updating cells by more than 1 when copy/pasting or dragging across

  1. #1
    Forum Contributor
    Join Date
    08-14-2012
    Location
    Derby, England
    MS-Off Ver
    Excel 2010
    Posts
    257

    Updating cells by more than 1 when copy/pasting or dragging across

    Hi can anybody help, this is probably a really easy one but I can't find an answer.

    In the attached file there is a table in sheet 2 that links to a list of items in sheet1 - sheet 1 will be the raw data and sheet 2 will be where I want it to look in a particular way. Copying and pasting the cells down is no problem as they go up by 1 but in the next column I'm going from the bottom cell of the previous column. Because I've got a lot of these to fill out I was wondering if anyone knew and easy way/formula that will allow me to drag row 2 all the way along (so basically it looks at sheet1, cell A6, A11 and so forth.

    I've done it manually for the rest of the table but I've shown you what happens when I drag B1 across I just get "a"

    test1.xlsx

    Many thanks,

    John

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Updating cells by more than 1 when copy/pasting or dragging across

    Try this formula in B2, then copy across and down:

    =OFFSET(Sheet1!$A1,(COLUMN()-1)*5,0)

  3. #3
    Forum Contributor
    Join Date
    08-14-2012
    Location
    Derby, England
    MS-Off Ver
    Excel 2010
    Posts
    257

    Re: Updating cells by more than 1 when copy/pasting or dragging across

    Hi, this works, for cell B2, but when dragging across it keeps the same formula

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Updating cells by more than 1 when copy/pasting or dragging across

    Andrew-R solution is working fine for me. Can you please attach a screen shot?


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Updating cells by more than 1 when copy/pasting or dragging across

    It should keep the same formula, but the values it returns will be different.

    If they're not then, first off, try pressing F9 to recalculate the sheet.

  6. #6
    Forum Contributor
    Join Date
    08-14-2012
    Location
    Derby, England
    MS-Off Ver
    Excel 2010
    Posts
    257

    Re: Updating cells by more than 1 when copy/pasting or dragging across

    Thanks guys just needed to press F9!

+ 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