+ Reply to Thread
Results 1 to 3 of 3

Hoe to change text format .126 to number format 0.126

  1. #1
    Registered User
    Join Date
    09-14-2005
    Posts
    8

    Hoe to change text format .126 to number format 0.126

    Hi everyone.

    I has a column of data full of:
    .123
    .123
    .65
    .89
    --> all in text format.

    Is it possible to have some equation to change those data to:
    0.123
    0.123
    0.65
    0.89
    --> as number format.

    Thx

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Assuming that your data is in column A, in B1 put

    =value(A1)

    and formula-copy that for the length of your data, the format 0.123 is the General format, and so should suit your needs.



    Additionally, having done that, you can Copy column B and Paste Special, Values (back into column B) then delete column A.


    Quote Originally Posted by vitality
    Hi everyone.

    I has a column of data full of:
    .123
    .123
    .65
    .89
    --> all in text format.

    Is it possible to have some equation to change those data to:
    0.123
    0.123
    0.65
    0.89
    --> as number format.

    Thx

  3. #3
    Jerry W. Lewis
    Guest

    Re: Hoe to change text format .126 to number format 0.126

    Changing the format does not change the underlying value. In
    particular, you must do more than simply reformat to change text digits
    into a number. Copy an empty cell, select the column and Edit|Paste
    Special|Add.

    Jerry

    vitality wrote:

    > Hi everyone.
    >
    > I has a column of data full of:
    > .123
    > .123
    > .65
    > .89
    > --> all in text format.
    >
    > Is it possible to have some equation to change those data to:
    > 0.123
    > 0.123
    > 0.65
    > 0.89
    > --> as number format.
    >
    > Thx



+ 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