+ Reply to Thread
Results 1 to 6 of 6

fill down of formula with the last row

  1. #1
    Registered User
    Join Date
    06-08-2019
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    fill down of formula with the last row

    Dear all,

    This is my 1st post in this forum.

    I need to split long(300 rows) in separate cells containing 30 words each(to copy and paste in tekla)

    I used the formula (=concatenate(transpose(a1:a30)& " ")) and then F9 to concatenate again.

    When I fill down the formula for 31 to 60 and so on, I get a2:a31 instead of a31:60

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: fill down of formula with the last row

    Perhaps =concatenate(transpose(INDEX(A1:A1000,30*(row()-1)+1):INDEX(A1:A1000,30*(row()-1)+30))&" ")

    Starting in row 1

  3. #3
    Registered User
    Join Date
    06-08-2019
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Re: fill down of formula with the last row

    Dear Pepe Le Mokko,

    Thanks a lot that's exactly I needed.
    I am getting little more lazy to find that { } after pressing F9 every row.
    I need to concatenate again and change bracket to (). I got lot of rows like that.

    Please suggest some way I can do for 1 row and drag it down.

    Thanks a lot

    Krish

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: fill down of formula with the last row

    I don't see what you mean.
    Please post a small sample sheet (no pics please)

  5. #5
    Registered User
    Join Date
    06-08-2019
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Re: fill down of formula with the last row

    Dear sir,

    Please find attached file.
    Attached Files Attached Files

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: fill down of formula with the last row

    Perhaps the following will help. Note that this proposal employs two helper columns (B:C) which may be moved and or hidden for aesthetic purposes, and that the original list has been shifted down one row.
    Column B is populated using: =MOD(ROWS(A$1:A1),30)=0
    Column C is populated using: =IF(ROW()=2,A2,IF(B1=TRUE,A2,C1&", "&A2))
    The output in column G is populated using: =IFERROR(INDEX(C$2:C$314,AGGREGATE(15,6,(ROW(A$2:A$314)-ROW(A$1))/(B$2:B$314=TRUE),ROWS(A$1:A1))),"")
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Auto fill formula to last row, formula references another sheet
    By Cheesecube in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-20-2018, 12:31 PM
  2. Skip x cells and fill (Fill/create weekly average from 7 days and fill down)
    By tunafishes in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-18-2016, 03:43 AM
  3. To fill entire row with fill colour of a particular cell with a formula
    By shailendra chari in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 11-30-2013, 11:18 AM
  4. Auto fill decimal sequence using custom fill or formula
    By 8cats in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-22-2013, 08:53 AM
  5. Formula to Automatically Fill Blank With Next fill cell's data?
    By VMoney in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-22-2013, 05:11 PM
  6. Replies: 1
    Last Post: 09-07-2011, 05:57 PM
  7. Replies: 1
    Last Post: 07-13-2007, 10:59 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