Results 1 to 6 of 6

Textjoin function based on changing row number

Threaded View

  1. #1
    Registered User
    Join Date
    05-20-2019
    Location
    Sydney, Australia
    MS-Off Ver
    Office 365 Version 16.24
    Posts
    4

    Textjoin function based on changing row number

    I am trying to create a text join from this raw data source.

    I want to create a 'description' field in another sheet that 'textjoin' the description from Column G.

    So it needs to textjoin G2 - G8 for the first title, then based on where the second title is in column B, Text join G9 - G15.

    This is hard because there is a different number of rows for each description based off the title in column b.

    Is there a way to textjoin rows with key BTRTN-1573 or blank, until BTRTN-1569, then start new text join in the row below?

    So . the description would be for the first one: "As a member of the team, I want to do something, So that I can do something else, Success criteria:, Completion of the formula, No dependence on others"
    And the the second one: "As a member of another team, I want to do something else, So that I can do something again, Success criteria:, Completion of a different formula, No independence on others"

    Currently all I can figure out is how to do one at a time with this formula:
    =TEXTJOIN(",",TRUE,G2:G8)

    Thinking something like:
    =IF(B2="",=TEXTJOIN(",",TRUE,G2:G8),"")
    Attached Images Attached Images

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Textjoin and if function need help
    By bitozi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-23-2019, 06:35 AM
  2. Error Using TEXTJOIN Function in Array Formula to List Non-empty Strings
    By MikeA01730 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-18-2019, 01:24 AM
  3. CONCAT/TEXTJOIN on Variable Number of Cells
    By OlYeller21 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-10-2019, 06:29 AM
  4. Use two conditions in textjoin function in excel 2013.
    By magfas in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-15-2018, 04:42 PM
  5. Function similar to textjoin
    By Allerdrengen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-07-2018, 06:54 AM
  6. [SOLVED] TextJoin formula with MID function
    By Brsth in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-26-2018, 11:00 AM
  7. TEXTJOIN function
    By Tony Valko in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2016, 06:48 PM

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