+ Reply to Thread
Results 1 to 9 of 9

Excel 2007 : Dragging formulas down

Hybrid View

mkmed Dragging formulas down 06-15-2010, 09:19 AM
Ron Coderre Re: Dragging formulas down 06-15-2010, 09:36 AM
mkmed Re: Dragging formulas down 06-15-2010, 09:45 AM
mkmed Re: Dragging formulas down 06-15-2010, 09:59 AM
Ron Coderre Re: Dragging formulas down 06-15-2010, 10:05 AM
  1. #1
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    Dragging formulas down

    Hello,

    I am trying to drag down formulas that reference cells on a previous page. The items being drug down need to refer to the 37th (i.e. b37, b74,b111 etc...) but each time I drag down, it will not keep this uniform spacing. Please help!!!

    Mark
    Last edited by mkmed; 06-15-2010 at 12:21 PM.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Dragging formulas down

    Here's a something to get you heading in the right direction:

    Referencing Sheet2 from Sheet1
    If your formulas begin on Row_1:
    A1: =INDEX(Sheet2!$A:$A,ROW()*37)
    If your formulas begin on Row_10:
    A10: =INDEX(Sheet2!$A:$A,(ROW()-9)*37)
    Copying those formulas down increments the reference by 37 cells.

    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    Re: Dragging formulas down

    I am not following your help too clearly. I will keep playing with it to see if it solves my issue.

  4. #4
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    Re: Dragging formulas down

    That is not working as I need it too. The first entry is correct, but the following entries do not follow the pattern of +37 appropriately. I do appreciate your help!!

    Mark

  5. #5
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Dragging formulas down

    If you post the formula you're using and let us know what it's not doing correctly, we'll have a better idea of what you need.

  6. #6
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    Re: Dragging formulas down

    Here is the formula I have entered: =INDEX('Bid Sheets'!$I:$I,(ROW()-4)*37)
    the formula is in C5 and the reference cell is in I3 of the sheet titled Bid Sheets. Any help is greatly appreciated.

    I have tried altering the portion that shows -4 to many different things, but it will not return the value I need for some reason.

    Mark

+ 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