+ Reply to Thread
Results 1 to 4 of 4

How do I shorten a number?

  1. #1
    swingkittenva
    Guest

    How do I shorten a number?

    I have a list of 10-digit numbers, but I want to apply a formula/function or
    format the cells so that only the first 6 digits show up. Is that possible?

  2. #2
    Vijay
    Guest

    RE: How do I shorten a number?

    If you use the function below in another column next to your list, only 6
    digits can be viewed...

    =LEFT(F20,6)

    Hope this helps.
    Vijay

    "swingkittenva" wrote:

    > I have a list of 10-digit numbers, but I want to apply a formula/function or
    > format the cells so that only the first 6 digits show up. Is that possible?


  3. #3
    Stephen
    Guest

    Re: How do I shorten a number?

    "swingkittenva" <[email protected]> wrote in message
    news:[email protected]...
    >I have a list of 10-digit numbers, but I want to apply a formula/function
    >or
    > format the cells so that only the first 6 digits show up. Is that
    > possible?


    For a number in A1 you could use
    =LEFT(A1,6)
    which gives the first 6 characters as a text string
    or
    =VALUE(LEFT(A1,6))
    which converts the text string back to a number.



  4. #4
    B. R.Ramachandran
    Guest

    RE: How do I shorten a number?

    Hi,

    If the 10-digit numbers are in A2:A101, enter the following formula in B2
    and enter. Autofill the formula down to B101.

    =LEFT(A2,6)

    If you don't want the original numbers any more, select and copy B2:B101,
    "Edit" --> "Paste Special" --> "Values" --> "OK". Then delete Column A.

    Regards,
    B. R. Ramachandran

    "swingkittenva" wrote:

    > I have a list of 10-digit numbers, but I want to apply a formula/function or
    > format the cells so that only the first 6 digits show up. Is that possible?


+ 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