+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : making a forumla skip 12 rows each time

  1. #1
    Registered User
    Join Date
    03-30-2011
    Location
    TOMS RIVER, NJ
    MS-Off Ver
    Excel 2007
    Posts
    2

    making a forumla skip 12 rows each time

    Hi, I am in a bit of a pinch .... I have a formula

    ='Paste BDLD columns here'!C2

    I need the next one to be C14, then C26.

    The 'Paste BDLD columns here" is referencing another sheet.

    How do I make a formula that will skip 12 lines each time without manually changing it.

    Thanks!

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: making a forumla skip 12 rows each time

    Easy way to do this is two select the cell with the formula and the eleven cells beneath it. Then use the drag handle (bottom right of the selection) to copy down. The formula should only appear at the top of each block of twelve.
    Martin

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: making a forumla skip 12 rows each time

    =INDEX('Paste BDLD columns here'!C:C,ROW(A1)*12-10)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    03-30-2011
    Location
    TOMS RIVER, NJ
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: making a forumla skip 12 rows each time

    Thank you for the quick reply!

+ 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