Results 1 to 2 of 2

Combine text from multiple cells, Based on conditions

Threaded View

  1. #2
    Registered User
    Join Date
    10-02-2012
    Location
    Baku
    MS-Off Ver
    Excel 2010
    Posts
    273

    Re: Combine text from multiple cells, Based on conditions

    Hi
    Array formula below concaniates up to 4 words
    =IF(B2="All Segments",TRIM(IFERROR(INDEX(OFFSET(B2,1,0,MATCH("All Segments",$B3:$B19,0)-1,1),1),"")&" "&IFERROR(INDEX(OFFSET(B2,1,0,MATCH("All Segments",$B3:$B19,0)-1,1),2),"")&" "&IFERROR(INDEX(OFFSET(B2,1,0,MATCH("All Segments",$B3:$B19,0)-1,1),3),"")&" "&IFERROR(INDEX(OFFSET(B2,1,0,MATCH("All Segments",$B3:$B19,0)-1,1),4),"")),"")
    Attached Files Attached Files

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