+ Reply to Thread
Results 1 to 6 of 6

Break string into cell (Column)

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-18-2013
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    112

    Break string into cell (Column)

    Hi. I would like to know if it's possible to distribute each character into each cell. Here is the scenario:

    A1=BIRD

    Goal:

    B1 = need formula so that it will contain letter "B"
    B2 = need formula so that it will contain letter "I"
    B3 = need formula so that it will contain letter "R"
    B4 = need formula so that it will contain letter "D"

    Thank you.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,025

    Re: Break string into cell (Column)

    Try with
    Formula: copy to clipboard
    =MID($A$1, ROW(A1), 1)
    Never use Merged Cells in Excel

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,231

    Re: Break string into cell (Column)

    Put this formula in B1 and pull it down.

    =MID($A$1,ROW(),1)
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Contributor
    Join Date
    02-18-2013
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    112

    Re: Break string into cell (Column)

    zhor and MarviP.............You are the best. Thank you very much.

    Now how do i make it distributed rowwise starting from B1? Thank you again.

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,025

    Re: Break string into cell (Column)

    Just change reference
    Formula: copy to clipboard
    =MID($B$1, ROW(A1), 1)

  6. #6
    Forum Contributor
    Join Date
    02-18-2013
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    112

    Re: Break string into cell (Column)

    thank you very much for all your help. I really appreciated it.

+ 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