+ Reply to Thread
Results 1 to 5 of 5

Split off numbers

  1. #1
    Mike R
    Guest

    Split off numbers

    I have about 100 sets of numbers in column I,i.e. 1513-345678, and I want to
    pull off the first four and the "-" from the rest of the set and place them
    in column H. What is a formula that will do that for me?

    Mike Rogers

  2. #2
    Biff
    Guest

    Re: Split off numbers

    Hi!

    Are there always 4 digits followed by a dash ?

    =LEFT(A1,5)

    Biff

    "Mike R" <[email protected]> wrote in message
    news:[email protected]...
    >I have about 100 sets of numbers in column I,i.e. 1513-345678, and I want
    >to
    > pull off the first four and the "-" from the rest of the set and place
    > them
    > in column H. What is a formula that will do that for me?
    >
    > Mike Rogers




  3. #3
    Norman Jones
    Guest

    Re: Split off numbers

    Hi Mike,

    A1: 1513-345678

    B1: =LEFT(A1,4)


    ---
    Regards,
    Norman



    "Mike R" <[email protected]> wrote in message
    news:[email protected]...
    >I have about 100 sets of numbers in column I,i.e. 1513-345678, and I want
    >to
    > pull off the first four and the "-" from the rest of the set and place
    > them
    > in column H. What is a formula that will do that for me?
    >
    > Mike Rogers




  4. #4
    Norman Jones
    Guest

    Re: Split off numbers

    Hi, Mike,

    > B1: =LEFT(A1,4)


    Change 4 to 5.

    I missed the dash (-)!

    ---
    Regards,
    Norman



    "Norman Jones" <[email protected]> wrote in message
    news:%[email protected]...
    > Hi Mike,
    >
    > A1: 1513-345678
    >
    > B1: =LEFT(A1,4)
    >
    >
    > ---
    > Regards,
    > Norman
    >
    >
    >
    > "Mike R" <[email protected]> wrote in message
    > news:[email protected]...
    >>I have about 100 sets of numbers in column I,i.e. 1513-345678, and I want
    >>to
    >> pull off the first four and the "-" from the rest of the set and place
    >> them
    >> in column H. What is a formula that will do that for me?
    >>
    >> Mike Rogers

    >
    >




  5. #5
    Mike R
    Guest

    RE: Split off numbers

    Thanks for the response. You both nailed it for me. Some things that are so
    simple can be so difficult to see. Thanks again.

    Mike Rogers

    "Mike R" wrote:

    > I have about 100 sets of numbers in column I,i.e. 1513-345678, and I want to
    > pull off the first four and the "-" from the rest of the set and place them
    > in column H. What is a formula that will do that for me?
    >
    > Mike Rogers


+ 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