+ Reply to Thread
Results 1 to 5 of 5

Left function

Hybrid View

  1. #1
    Allan
    Guest

    Left function

    I have a reference code that I wish to extract and paste into separate cells.
    I know that if I use =LEFT(A1,1) will give me the first letter of my code.
    If I use =LEFT(A1,2) it will put the first two letters in the same cell.
    What I want is is the 2nd letter to be placed in a separte cell and the third
    letter to be placed in a separate cell and so on.
    Can anyone help please?
    Allan


  2. #2
    Gary''s Student
    Guest

    RE: Left function

    See Excel Help for

    =MID()
    --
    Gary's Student


    "Allan" wrote:

    > I have a reference code that I wish to extract and paste into separate cells.
    > I know that if I use =LEFT(A1,1) will give me the first letter of my code.
    > If I use =LEFT(A1,2) it will put the first two letters in the same cell.
    > What I want is is the 2nd letter to be placed in a separte cell and the third
    > letter to be placed in a separate cell and so on.
    > Can anyone help please?
    > Allan
    >


  3. #3
    Allan
    Guest

    RE: Left function

    Thanks Gary

    "Gary''s Student" wrote:

    > See Excel Help for
    >
    > =MID()
    > --
    > Gary's Student
    >
    >
    > "Allan" wrote:
    >
    > > I have a reference code that I wish to extract and paste into separate cells.
    > > I know that if I use =LEFT(A1,1) will give me the first letter of my code.
    > > If I use =LEFT(A1,2) it will put the first two letters in the same cell.
    > > What I want is is the 2nd letter to be placed in a separte cell and the third
    > > letter to be placed in a separate cell and so on.
    > > Can anyone help please?
    > > Allan
    > >


  4. #4
    Niek Otten
    Guest

    Re: Left function

    To start in B1:
    =IF(COLUMN()-1>LEN($A$1),"",MID($A$1,COLUMN()-1,1))
    Copy to the right

    --
    Kind regards,

    Niek Otten

    "Allan" <[email protected]> wrote in message
    news:[email protected]...
    >I have a reference code that I wish to extract and paste into separate
    >cells.
    > I know that if I use =LEFT(A1,1) will give me the first letter of my code.
    > If I use =LEFT(A1,2) it will put the first two letters in the same cell.
    > What I want is is the 2nd letter to be placed in a separte cell and the
    > third
    > letter to be placed in a separate cell and so on.
    > Can anyone help please?
    > Allan
    >




  5. #5
    Dave Peterson
    Guest

    Re: Left function

    If you have a column of these things to do, you may want to insert a bunch of
    empty columns to its right and do:

    Data|Text to columns
    Fixed width
    And draw a line between each letter

    And then finish up that wizard.

    Allan wrote:
    >
    > I have a reference code that I wish to extract and paste into separate cells.
    > I know that if I use =LEFT(A1,1) will give me the first letter of my code.
    > If I use =LEFT(A1,2) it will put the first two letters in the same cell.
    > What I want is is the 2nd letter to be placed in a separte cell and the third
    > letter to be placed in a separate cell and so on.
    > Can anyone help please?
    > Allan


    --

    Dave Peterson

+ 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