+ Reply to Thread
Results 1 to 5 of 5

How do I shorten 10-digit # so only 6 digits show up?

  1. #1
    swingkittenva
    Guest

    How do I shorten 10-digit # so only 6 digits show up?

    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 this possible?

  2. #2
    Dave Peterson
    Guest

    Re: How do I shorten 10-digit # so only 6 digits show up?

    Something like:
    =INT(a1/10000)


    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 this possible?


    --

    Dave Peterson

  3. #3
    goofy11
    Guest

    RE: How do I shorten 10-digit # so only 6 digits show up?

    =left(A1,6)

    "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 this possible?


  4. #4
    goofy11
    Guest

    RE: How do I shorten 10-digit # so only 6 digits show up?

    =left(A1,6)

    "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 this possible?


  5. #5

    Re: How do I shorten 10-digit # so only 6 digits show up?

    =left(A1,6)


    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 this 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