+ Reply to Thread
Results 1 to 4 of 4

Help to fill down transpose array formula in intervals.

  1. #1
    Registered User
    Join Date
    09-05-2013
    Location
    Idaho
    MS-Off Ver
    Excel for mac 2011 14.1
    Posts
    4

    Help to fill down transpose array formula in intervals.

    I am trying to speed up mass data entry into a workbook containing multiple sheets.

    My reference data is contained in a sheet labeled DC. It has averages in columns that I have been transposing into master data sheet with the following formula

    =TRANSPOSE(DC!AF4:AF12)

    I am trying to fill down the following formula in the master sheet, but I can't figure out how to have it fill in intervals of 10. I want to be able to enter my data on the DC sheet and have the averages automatically fill on the the master sheet. I have hundreds of lines of data to enter and not having to change the formula for every line would help.

    So it should fill as follows.
    =TRANSPOSE(DC!AF4:AF12)
    =TRANSPOSE(DC!AF14:AF22)
    =TRANSPOSE(DC!AF24:AF32)

    Any help is appreciated.
    Lindsay
    Attached Files Attached Files

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

    Re: Help to fill down transpose array formula in intervals.

    try
    =INDEX($AF$4:$AF$1000,COLUMNS($A$1:A1)+(ROWS($A$1:A1)*10)-10) and =INDEX($AQ$4:$AQ$1000,COLUMNS($A$1:A1)+(ROWS($A$1:A1)*10)-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

  3. #3
    Registered User
    Join Date
    09-05-2013
    Location
    Idaho
    MS-Off Ver
    Excel for mac 2011 14.1
    Posts
    4

    Re: Help to fill down transpose array formula in intervals.

    Thank you so much!

    I just had to include the sheet name, increase the range and it filled down in a snap. I appreciate the help, you've saved me a lot of time.

    Thanks again

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Help to fill down transpose array formula in intervals.

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. Help to fill down array formula, in intervals
    By LAR23 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-05-2013, 06:59 PM
  2. transpose a series of intervals into 1 column
    By mrmoore90 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-20-2012, 09:06 AM
  3. Need to Transpose Irregular Time Intervals into Regular Time Intervals
    By AlexJT in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-24-2011, 08:30 PM
  4. VBA Array Formula cant transpose to rows
    By Redline in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-24-2011, 02:09 PM
  5. How to transpose one row with intervals
    By pani_hcu in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-24-2009, 05:16 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