+ Reply to Thread
Results 1 to 3 of 3

How to return first 3 digits of a number?

  1. #1
    Registered User
    Join Date
    11-06-2005
    Posts
    39

    How to return first 3 digits of a number?

    Column A has 10 digit numbers, I want Column B to have only the first three digits of each number.
    Please help.
    Thanks!

  2. #2
    Bob Phillips
    Guest

    Re: How to return first 3 digits of a number?

    =--LEFT(A1,3)

    --

    HTH

    RP

    "Curalice" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Column A has 10 digit numbers, I want Column B to have only the first
    > three digits of each number.
    > Please help.
    > Thanks!
    >
    >
    > --
    > Curalice
    > ------------------------------------------------------------------------
    > Curalice's Profile:

    http://www.excelforum.com/member.php...o&userid=28600
    > View this thread: http://www.excelforum.com/showthread...hreadid=502652
    >




  3. #3
    Sandy Mann
    Guest

    Re: How to return first 3 digits of a number?

    Try:

    =LEFT(A4,3)

    which return the three *numbers* as text

    if you need the three numbers to still be numbers use:

    =--LEFT(A4,3)

    --
    HTH

    Sandy
    [email protected]
    [email protected] with @tiscali.co.uk


    "Curalice" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Column A has 10 digit numbers, I want Column B to have only the first
    > three digits of each number.
    > Please help.
    > Thanks!
    >
    >
    > --
    > Curalice
    > ------------------------------------------------------------------------
    > Curalice's Profile:
    > http://www.excelforum.com/member.php...o&userid=28600
    > View this thread: http://www.excelforum.com/showthread...hreadid=502652
    >




+ 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