+ Reply to Thread
Results 1 to 4 of 4

Breaking up characters

Hybrid View

skatmandu2002 Breaking up characters 06-17-2010, 09:55 AM
carsto Re: Breaking up characters 06-17-2010, 10:00 AM
skatmandu2002 Re: Breaking up characters 06-17-2010, 10:25 AM
shg Re: Breaking up characters 06-17-2010, 10:28 AM
  1. #1
    Forum Contributor
    Join Date
    02-25-2008
    Posts
    101

    Breaking up characters

    Really simple, but I'm being a dunce...

    In A1 I have a code (e.g. ="1010")
    In the next four cells, I want the first, second, third and forth charters to be displayed. These can be taken as text instead of value, as the code in A1 is not a value.

    So,e.g...
    B1="1"
    C1="0"
    D1="1"
    E1="0"

    Thanks!!
    Last edited by skatmandu2002; 06-17-2010 at 10:26 AM. Reason: Solved

  2. #2
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686

    Re: Breaking up characters

    B1 =mid($a1,1,1)
    c1 = mid($a1,2,1)
    d1 = mid($a1,3,1)
    e1 = mid($a1,4,1)

  3. #3
    Forum Contributor
    Join Date
    02-25-2008
    Posts
    101

    Re: Breaking up characters

    Thank you kindly.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Breaking up characters

    Or in B1 and copy across, =MID($A1, COLUMNS($B1:B1),1)
    Entia non sunt multiplicanda sine necessitate

+ 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