+ Reply to Thread
Results 1 to 2 of 2

Keeping only numeric character?

  1. #1
    Registered User
    Join Date
    10-27-2008
    Location
    Utah
    Posts
    1

    Keeping only numeric character?

    I have a big list of numbers that I'm trying to import into a CRM. The problem is this CRM will only import records with numbers only. Some of this data has letters and other weird characters mixed-in with the numbers. Is there a function or formula that will look at a column of numbers and only take the numeric characters and leave everything else out and then paste it into a new column. I've attached an example of what I want to happen.

    Column A is what the data looks like now. Column B is what I want it to look like after the formula.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    =MID(A2,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A2&"0123456789")),12)

    Hope this helps!

+ 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