+ Reply to Thread
Results 1 to 6 of 6

Drag equation and skip 5 cells

Hybrid View

  1. #1
    Registered User
    Join Date
    11-01-2012
    Location
    greece
    MS-Off Ver
    Excel 2010
    Posts
    3

    Drag equation and skip 5 cells

    i want to drag vertically the equation in the third column of data and the result required is as the second column of data. ( cells are droping by five).I am refering to the second page (page2) of excel book.

    Could anyone please help me into this? Thanks a lot!
    Attached Files Attached Files
    Last edited by nickgeo; 11-01-2012 at 07:03 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Drag equation and skip 5 cells

    Type this in B2 and drag down..
    Formula: copy to clipboard
    =INDIRECT("page1!C"&2+(ROW()-2)*5)*100/INDIRECT("page1!C"&1+(ROW()-2)*5)

  3. #3
    Registered User
    Join Date
    11-01-2012
    Location
    greece
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Drag equation and skip 5 cells

    thank you .....you have been very helpfull. Could you explain the formula, if it is not so much to ask, so that i can adjust to similar problems.

  4. #4
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Drag equation and skip 5 cells

    The only addition i have given to your existing formula is (Row()-2)*5. Row() function returns the row number of the existing row. So, in B2, it is (2-2)*5=0. In B3, it will be (3-2)*5=5. For each subsequent row, 5 will be added. And that is your requirement.

  5. #5
    Registered User
    Join Date
    11-01-2012
    Location
    greece
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Drag equation and skip 5 cells

    my initial thought was to drop the actual cell as it apears in the example page 2 column B (c2/c1 then c7/c6,c12/c11 and so on you have a visual of the changing cells). You gave me an other way of thinking, that is quite usefull and it works, but it doesn't fulfill my need completely. Do you have any other thoughts on how to actually see the cells involved in the equation escallating by 5?
    Either way you have being very helpfull.

  6. #6
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Drag equation and skip 5 cells

    Do you want to verify if it is referring to the correct cell? I do not know any other way of displaying it in the same cell. You can use supporting columns.

+ 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