+ Reply to Thread
Results 1 to 5 of 5

Distributing string\char to each cells

  1. #1
    Forum Contributor
    Join Date
    07-22-2008
    Location
    canada
    Posts
    123

    Distributing string\char to each cells

    Hi,

    A1: = 1234 (INTEGER)

    How do I distribute each number to each cell. For example, I would like to put 1 on C1, 2 on D1, 3 on E1, and 4 on F1.

    Please help.

    Thanks

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    In C1 and copy right, =MID($A1, COLUMN() - 2, 1)

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try:

    =MID($A$1,COLUMN(A$1),1)+0

    copied across
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Forum Contributor
    Join Date
    07-22-2008
    Location
    canada
    Posts
    123

    Thank you

    SHG : Your formula gives me the "8" instead of the "4"

  5. #5
    Forum Contributor
    Join Date
    07-22-2008
    Location
    canada
    Posts
    123

    Thank you

    Quote Originally Posted by NBVC View Post
    Try:

    =MID($A$1,COLUMN(A$1),1)+0

    copied across
    It works! **

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Count including Blank Cells
    By bhofsetz in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-17-2015, 02:11 PM
  2. Averaging non continuous cells, and ignoring cells with errors
    By bog3494 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-27-2008, 02:06 PM
  3. Adding adjacent cells when value of cells is the same
    By mike d in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-15-2008, 05:45 AM
  4. Macro to Lock cells in protected sheet depending on criteria
    By Zyphon in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-30-2008, 12:00 PM
  5. Counting occurence of multiple cells containing data
    By BrakZak in forum Excel General
    Replies: 8
    Last Post: 11-08-2007, 09:52 AM

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