+ Reply to Thread
Results 1 to 4 of 4

2 values in one cell--->separate cells ?

  1. #1
    Registered User
    Join Date
    01-20-2015
    Location
    Halifax
    MS-Off Ver
    excel 2011 mac
    Posts
    2

    Angry 2 values in one cell--->separate cells ?

    For example I have 2 values in one cell (3,1) But I want them to end up in separate columns. (3)|(1)
    I have 300 cells like this any help would be great.


    From a troubled Chem Student

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: 2 values in one cell--->separate cells ?

    you could try

    =LEFT(A2,FIND(",",A2)-1)
    and
    =REPLACE(A2,1,FIND(",",A2),"")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    01-20-2015
    Location
    Halifax
    MS-Off Ver
    excel 2011 mac
    Posts
    2

    Re: 2 values in one cell--->separate cells ?

    You are a beautiful human being! THANK YOU!

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: 2 values in one cell--->separate cells ?

    Your very much welcome.

    And being new to the forum, some hints :

    You can mark your thread "Solved"

    How?
    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

    Note:
    You can also thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given.
    By doing so you can add to the reputation(s) of those who helped and shared their time in helping you.


    Regards,
    Vlady

+ 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. [SOLVED] Splitting formula Values from one cell into separate cells
    By thegrandmaster in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-05-2013, 02:17 AM
  2. Replies: 5
    Last Post: 11-21-2013, 06:00 PM
  3. [SOLVED] Separate values from a cell to individual cells
    By adilson.perez in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-07-2012, 03:11 PM
  4. Replies: 3
    Last Post: 01-13-2012, 08:20 AM
  5. How can I use values in two separate cells to select a new cell?
    By nassetr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-21-2005, 05:05 AM

Tags for this Thread

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