+ Reply to Thread
Results 1 to 7 of 7

Making cells go up by 377 cells when dragging formula to the right

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

    Making cells go up by 377 cells when dragging formula to the right

    I am looking for the following formula to go up 377 cells when i drag it to the right.

    In cell G4 I have:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    the next cell across (H4) I need to be

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Obviously when I drag across normally I get "='Extract 2'!$G4" in H4, I4 etc etc

    Thanks in advance.
    John
    Last edited by jshaw82; 04-05-2014 at 12:51 PM.

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

    Re: Making cells go up by 377 cells when dragging formula to the right

    In G4:
    =INDEX('Extract 2'!$G:$G,4+377*(COLUMN(A:A)-1))
    Drag across
    Quang PT

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

    Re: Making cells go up by 377 cells when dragging formula to the right

    Thanks, I should have mentioned that once I've dragged across, I need to drag down so in G5 it will have
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    H5 will be
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    When I drag down at the moment it just fills in the same formula as above.

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

    Re: Making cells go up by 377 cells when dragging formula to the right

    How about:
    =INDEX('Extract 2'!$G:$G,4+ROW(1:1)-1+377*(COLUMN(A:A)-1))

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Making cells go up by 377 cells when dragging formula to the right

    Try this.........

    Please Login or Register  to view this content.
    Does this help?

    *** I think that I misunderstood this.
    Last edited by sktneer; 04-05-2014 at 01:52 PM.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  6. #6
    Forum Contributor
    Join Date
    01-25-2014
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    434

    Re: Making cells go up by 377 cells when dragging formula to the right

    another one for you to test
    Please Login or Register  to view this content.

  7. #7
    Forum Contributor
    Join Date
    01-25-2014
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    434

    Re: Making cells go up by 377 cells when dragging formula to the right

    Quote Originally Posted by ThirtyTwo View Post
    another one for you to test
    Please Login or Register  to view this content.
    to visualise the cell references this formula creates try it first without the indirect part
    Please Login or Register  to view this content.
    If you're familiar with R1C1 style referencing then you can see that it is giving you the correct row and column numbers when copied and pasted across your range

+ 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] problem Copying/dragging a formula down into cells below
    By nje in forum Excel General
    Replies: 4
    Last Post: 07-02-2012, 10:48 AM
  2. Replies: 3
    Last Post: 02-15-2006, 09:25 PM
  3. [SOLVED] How to offset certain cells after dragging down a formula
    By Bram in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-19-2005, 12:05 PM
  4. Replies: 3
    Last Post: 08-18-2005, 11:05 AM
  5. Dragging a formula across many cells
    By KrazyKevin in forum Excel General
    Replies: 2
    Last Post: 01-15-2005, 11:38 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