+ Reply to Thread
Results 1 to 4 of 4

Handling variances in user-entered text data

  1. #1
    Registered User
    Join Date
    09-08-2011
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010 64-bit
    Posts
    14

    Handling variances in user-entered text data

    The database that I'm working with has some fields that are critical for my analysis (e.g. for VLOOKUPs) but come from user-entered free text, so I often need to match something like:
    "Montezuma #10-W25"
    with entries such as:
    "muntezuma 10-W 25"
    "Montezuma1025W"
    "Monte Zuma 25W #10"
    "MZA 10-W25"
    To date, I've been handling case-by-case errors using TRIM, CLEAN, UPPER, LEFT, MID, etc, but the dataset is large and variations in data entry abound; I'm looking for a more robust approach.

    Any suggestions or recommenations on a neural network add-in or other solution that would promote automatic recognition/correction of these kinds of variances?

    Thanks in advance,
    Mike
    Last edited by mwwoodm; 11-01-2011 at 08:47 AM. Reason: spelling error

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Handling variances in user-entered text data

    Hi Mike,

    I believe you are looking gor a Fuzzy Logic match. Read
    http://excellerando.blogspot.com/201...ng-to-get.html
    to see if this topic helps.
    Last edited by MarvinP; 11-01-2011 at 12:42 PM.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Handling variances in user-entered text data

    Hi,

    I've not tried this yet but could be worth a look:

    http://www.microsoft.com/download/en....aspx?id=15011

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  4. #4
    Registered User
    Join Date
    09-08-2011
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010 64-bit
    Posts
    14

    Re: Handling variances in user-entered text data

    Excellent feedback from both MarvinP and Dom. Thanks, guys.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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