+ Reply to Thread
Results 1 to 6 of 6

please convert these "numbers" to actual numbers

  1. #1
    Registered User
    Join Date
    05-25-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    51

    please convert these "numbers" to actual numbers

    Excel will not let me multiply the values in Column A
    Book2.xlsx

    thanks you

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: please convert these "numbers" to actual numbers

    Try this formula

    =IFERROR(SUBSTITUTE(A2,CHAR(160),"")+0,"")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,682

    Re: please convert these "numbers" to actual numbers

    Open find and replace, go into cell A2, highlight the space that is to the left of (or precedes) the 97.00, paste it into find, leave replace blank, highlighting column A, then hit replace all and it will convert them to numbers.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Registered User
    Join Date
    05-25-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    51

    Re: please convert these "numbers" to actual numbers

    THANKS!!! this has saved me so much time

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: please convert these "numbers" to actual numbers

    You can use this formula in B2:

    =IF(SUBSTITUTE(A2,CHAR(160),"")="","",1*SUBSTITUTE(A2,CHAR(160),""))

    then copy down. An alternative (slightly shorter) is:

    =IFERROR(1*SUBSTITUTE(A2,CHAR(160),""),"")

    Hope this helps.

    Pete

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: please convert these "numbers" to actual numbers

    Hi,

    The 'numbers' have a preceding and trailing character code 160. Try:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 02-07-2020, 11:00 AM
  2. Using a "Do Until" loop to convert decimal numbers to hexadecimal
    By georgiapeach in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-13-2014, 03:41 PM
  3. [SOLVED] Count syntax for dividing # of "positive numbers" by "total numbers"
    By synses in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 06-18-2013, 09:06 PM
  4. [SOLVED] "how to search missing numbers in a single cell "from a min/max numbers library.."
    By david gonzalez in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-22-2012, 04:58 PM
  5. Replies: 2
    Last Post: 02-27-2005, 01:06 PM

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