+ Reply to Thread
Results 1 to 3 of 3

zipcode, enter 5, show 3

  1. #1
    JcR
    Guest

    zipcode, enter 5, show 3

    I want to enter 5 digit zipcode in cell a1, and want the first three
    digits of that zipcode to appear in cell a2

    thanks



  2. #2
    tjtjjtjt
    Guest

    RE: zipcode, enter 5, show 3

    If you don't mind the result being text, put this in A2:
    =LEFT(A1,3)

    If you want the result to be a number, put this in A2:
    =VALUE(LEFT(A1,3))

    --
    tj


    "JcR" wrote:

    > I want to enter 5 digit zipcode in cell a1, and want the first three
    > digits of that zipcode to appear in cell a2
    >
    > thanks
    >
    >


  3. #3
    JcR
    Guest

    RE: zipcode, enter 5, show 3

    thanks

    "tjtjjtjt" wrote:

    > If you don't mind the result being text, put this in A2:
    > =LEFT(A1,3)
    >
    > If you want the result to be a number, put this in A2:
    > =VALUE(LEFT(A1,3))
    >
    > --
    > tj
    >
    >
    > "JcR" wrote:
    >
    > > I want to enter 5 digit zipcode in cell a1, and want the first three
    > > digits of that zipcode to appear in cell a2
    > >
    > > thanks
    > >
    > >


+ 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