Results 1 to 3 of 3

Reverse concatenate

Threaded View

norm01 Reverse concatenate 03-02-2011, 06:18 PM
JBeaucaire Re: Reverse concatenate 03-02-2011, 06:40 PM
MarvinP Re: Reverse concatenate 03-02-2011, 06:51 PM
  1. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,352

    Re: Reverse concatenate

    Hi norm01
    Find the attached with the formula. If your example is in A1 then put the formula below in B1 and pull to the right.

    =TRIM(MID(SUBSTITUTE($A1," ",REPT(" ",LEN($A1))),(COLUMN()-2)*LEN($A1)+1,LEN($A1)))
    DonkeyOte showed me this a few months ago. What it does is takes every space in your string and substitutes it with lots of spaces. Then it takes the a mid from the string that is blown up with spaces and uses Trim to arrive at what you want.

    hope this helps.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

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