+ Reply to Thread
Results 1 to 3 of 3

Multiple Character Delimit Column

  1. #1
    Registered User
    Join Date
    08-04-2010
    Location
    SLC, UT
    MS-Off Ver
    Excel 2003, 2007
    Posts
    31

    Multiple Character Delimit Column

    I have a block of invoice data that I need to delimit to extract information. The problem I run into is that in a critical explanation field, there isn't much of a uniform standard among our AR processors. They use basically the same layout: Object [delimiter] Quantity [delimiter] Rate, which would be easy enough if they would all use the same delimiting character, but one will use ³, another |, or another ¦.

    Is there a way to delimit the entire colum by multiple special characters such as these?

    Delimiting one after the other in a loop causes losses in data. I'd rather not have to delimit cell by cell down a 100,000+ line invoice history if it can be avoided.

    Thanks in advance.
    Last edited by aclawson; 02-01-2011 at 06:20 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Multiple Character Delimit Column

    Can you do a search/replace on the data first to convert the uncommon delimiters into the most common delimiter, then split the data by the now-commonly-delimited data?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    08-04-2010
    Location
    SLC, UT
    MS-Off Ver
    Excel 2003, 2007
    Posts
    31

    Re: Multiple Character Delimit Column

    That should do it.

    It's always the simple solutions I overlook. It helps to have a second set of eyes on the question.

    Thanks again, Jerry.

+ Reply to Thread

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