+ Reply to Thread
Results 1 to 2 of 2

Rows formula (adding 11 rows every-time you drag formula down a row

  1. #1
    Registered User
    Join Date
    07-15-2012
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    9

    Smile Rows formula (adding 11 rows every-time you drag formula down a row

    Hello im looking to drag a formula down about 80 rows but i for every row its dragged down i want it to refernce 11 rows down.

    eg

    =A1
    =A11
    =A22
    =A33
    =A44
    ect
    ect

    im sure it can be don e with a simple row formula but i cant seem to do it ??


    thanks again

    stuart

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Rows formula (adding 11 rows every-time you drag formula down a row

    start off with =A1

    then copy this down...
    =INDIRECT("A"&ROW(A1)*11)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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