+ Reply to Thread
Results 1 to 3 of 3

Removal of thousands seperator

  1. #1
    finney78
    Guest

    Removal of thousands seperator

    I have downloaded data with an open space as thousands seperator, an example
    is a number like 2 098,67. Excel will not recognize this as a number. How can
    I remove this thousands seperator so that the number becomes 2098,67? I need
    to do this to use the data in another program.

    I have tried the TRIM function and the replace function, but the space is
    still there and the cells aren't recognized as numbers.


  2. #2
    Bob Phillips
    Guest

    Re: Removal of thousands seperator

    Try this in another column

    =SUBSTITUTE(A2," ","")+0

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "finney78" <finney78@discussions.microsoft.com> wrote in message
    news:E9D022AC-D981-4AFA-9650-8F1432FCCA0E@microsoft.com...
    > I have downloaded data with an open space as thousands seperator, an

    example
    > is a number like 2 098,67. Excel will not recognize this as a number. How

    can
    > I remove this thousands seperator so that the number becomes 2098,67? I

    need
    > to do this to use the data in another program.
    >
    > I have tried the TRIM function and the replace function, but the space is
    > still there and the cells aren't recognized as numbers.
    >




  3. #3
    R.VENKATARAMAN
    Guest

    Re: Removal of thousands seperator

    edit-replace
    against find what
    ~(space)
    replace with
    (leave it blank)
    click <replace all>
    try this

    -----------------------
    finney78 <finney78@discussions.microsoft.com> wrote in message
    news:E9D022AC-D981-4AFA-9650-8F1432FCCA0E@microsoft.com...
    > I have downloaded data with an open space as thousands seperator, an

    example
    > is a number like 2 098,67. Excel will not recognize this as a number. How

    can
    > I remove this thousands seperator so that the number becomes 2098,67? I

    need
    > to do this to use the data in another program.
    >
    > I have tried the TRIM function and the replace function, but the space is
    > still there and the cells aren't recognized as numbers.
    >




+ 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