+ Reply to Thread
Results 1 to 28 of 28

Excell cell data to the column.

  1. #1
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Excell cell data to the column.

    Hello, I would like the data from cell 2 to be separated Excell__001.JPGin columns

    For instance in one column to be the A1 second column x1=520... data and the third column Y1=391...

    How this can be done?

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Excell cell data to the column.

    Use 'Data' and then 'Text to Columns'
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    Can you please make me a screenshot of where are the buttons?

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excell cell data to the column.

    maybe

    Δεδομένα - Κείμενο σε στήλες

    btw. I never heard of XL2017 version

    johnmal.png
    Last edited by sandy666; 12-27-2022 at 07:16 AM.

  5. #5
    Registered User
    Join Date
    12-05-2022
    Location
    Glossop UK
    MS-Off Ver
    Microsoft 365 Apps for Business
    Posts
    10

    Post Re: Excell cell data to the column.

    =TRANSPOSE(FILTERXML("<M><R>"&SUBSTITUTE(SUBSTITUTE(A2,",","")," ","</R><R>")&"</R></M>","//R"))

    Type this formula into cell B2 and copy down.

    Credit for this should go to the folks on this topic
    excelforum.com/excel-general/1396295-spilit-text-to-columns.html#post5771677

    and to a wonderful youtube video I found yesterday
    youtube.com/watch?v=ibcbh8ep3Is

    This introduced me to the concept of the main door and room for FILTERXML.
    Fantastic!

    Hope this helps.
    W.
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Excell cell data to the column.

    Data in colum A, then in B

    =TRIM(MID(SUBSTITUTE(SUBSTITUTE($A1,",","",1)," ",REPT(" ",100)),(COLUMNS($A$1:A$1)-1)*100+1,99))

    Copy across and down
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  7. #7
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    Quote Originally Posted by Wayneskie View Post
    =TRANSPOSE(FILTERXML("<M><R>"&SUBSTITUTE(SUBSTITUTE(A2,",","")," ","</R><R>")&"</R></M>","//R"))

    Type this formula into cell B2 and copy down.

    Credit for this should go to the folks on this topic
    excelforum.com/excel-general/1396295-spilit-text-to-columns.html#post5771677

    and to a wonderful youtube video I found yesterday
    youtube.com/watch?v=ibcbh8ep3Is

    This introduced me to the concept of the main door and room for FILTERXML.
    Fantastic!

    Hope this helps.
    W.
    Thanks a lot can you please me make me a correction to copy only value data the second and third column not ''x1'' and ''ψ1'', Ι want only numbers.

  8. #8
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excell cell data to the column.

    the result after text to columns (Alt+A+E) looks like this

    Al Xl=520136.964 Yl=3912463.269
    A2 X2=520134.004 Y2=3912459.874
    A3 X3=520131.852 Y3=3912457.465
    A4 X4=520129.977; Y4=3912453.299
    A5 X5=520126.361 Y5=3912449.398
    A6 X6=520124.929; Y6=3912446.461
    A7 X7=520124.371 Y7=3912442.777
    A8 X8=520121.014 Y8=3912437.906
    A9 X9=520117.419; Y9=3912433.734


    t2c.png
    Last edited by sandy666; 12-27-2022 at 09:33 AM.

  9. #9
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    Can we change the formula in order to copy only numbers after X1 AND Ψ1 not to include x1=, ψ1=
    Αlso i try to copy the formula but did not worked to other rows.Attachment 810875Attachment 810876

  10. #10
    Registered User
    Join Date
    12-05-2022
    Location
    Glossop UK
    MS-Off Ver
    Microsoft 365 Apps for Business
    Posts
    10

    Re: Excell cell data to the column.

    =(TEXTSPLIT(TEXTSPLIT(TRANSPOSE(FILTERXML("<M><R>"&SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A2,",","")," X1=","</R><R>")," Y1=","</R><R>")&"</R></M>","//R")),"=")," "))

    Paste into Cell B2 and then copy down

  11. #11
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    Attachment 810881
    Can you help me ?

  12. #12
    Registered User
    Join Date
    12-05-2022
    Location
    Glossop UK
    MS-Off Ver
    Microsoft 365 Apps for Business
    Posts
    10

    Re: Excell cell data to the column.

    Quote Originally Posted by johnmal View Post
    Attachment 810881
    Can you help me ?
    I'm afraid your attachments are invalid

  13. #13
    Registered User
    Join Date
    12-05-2022
    Location
    Glossop UK
    MS-Off Ver
    Microsoft 365 Apps for Business
    Posts
    10

    Re: Excell cell data to the column.

    have a look at this - Formula lives in cell B2. Drag this down to capture all your data
    Attached Files Attached Files

  14. #14
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excell cell data to the column.

    @Wayneskie

    User updated XL version to 2007 so I think your formula (post#10) won't work

  15. #15
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    I think i did not work maybe I must purchase the latest version?
    As when I copy it appears the followingAttachment 810886

  16. #16
    Registered User
    Join Date
    12-05-2022
    Location
    Glossop UK
    MS-Off Ver
    Microsoft 365 Apps for Business
    Posts
    10

    Re: Excell cell data to the column.

    Ah OK, I would recommend microsoft 365, then you will always be up to date

  17. #17
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excell cell data to the column.

    @johnmal

    try this to attach your file

    with Quick Reply

    hta.png

    then use Preview to see your attachment and then Submit Reply

  18. #18
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    Excell__004.JPG

    See new attached.

  19. #19
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excell cell data to the column.

    but this is a picture not an EXCEL FILE !

  20. #20
    Registered User
    Join Date
    12-05-2022
    Location
    Glossop UK
    MS-Off Ver
    Microsoft 365 Apps for Business
    Posts
    10

    Re: Excell cell data to the column.

    Quote Originally Posted by johnmal View Post
    Attachment 810890

    See new attached.
    I think the problem is that you do not have access to the functionality I have used, since I created this formula using Microsoft 365 Excel.

  21. #21
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Excell cell data to the column.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by JohnTopley; 12-27-2022 at 10:54 AM.

  22. #22
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excell cell data to the column.

    see attached file

    position and number of characters are hardcoded

    maybe someone else will give you a proper solution
    Attached Files Attached Files

  23. #23
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    Thanks a lot for your help sandy666 and JohnTopley you deserve at least a drink when you came to Crete!

  24. #24
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Excell cell data to the column.

    You're welcome and thank you for the rep.

  25. #25
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Excell cell data to the column.

    Maybe:

    =TRIM(MID(SUBSTITUTE(" "&SUBSTITUTE($A2,",","")," ",REPT(" ",125)),125*COLUMNS($A:A),125))

    copied across and down
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  26. #26
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excell cell data to the column.

    Quote Originally Posted by johnmal View Post
    Thanks a lot for your help sandy666 and JohnTopley you deserve at least a drink when you came to Crete!
    maybbe uzo ?

  27. #27
    Registered User
    Join Date
    12-27-2022
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    9

    Re: Excell cell data to the column.

    Hello, again I would like a small help in an Excel file that I want to separate numbers (P,X,Y,D).
    Any assistance will be grateful.
    Attached Files Attached Files

  28. #28
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: Excell cell data to the column.

    Similar to the formula Glen wrote for you last year at this time, try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. how to math two column and arrange same data in same row in excell
    By siddharth.dongre in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-17-2014, 02:16 PM
  2. download excell file using excell 2010 not excell 97-2003
    By devexcell in forum Excel General
    Replies: 2
    Last Post: 06-02-2014, 07:03 AM
  3. Excell magic to open an excell sheet at a predetermined time
    By catchnanan in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-11-2013, 08:21 PM
  4. Excell column
    By NOT A GEEK in forum Excel General
    Replies: 1
    Last Post: 06-21-2013, 03:15 PM
  5. move data down one cell in excell using cognex insight opc server
    By Caoverton in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-30-2012, 09:48 PM
  6. [SOLVED] How to reverse the order of data in a single column in Excell?
    By vpedchenko in forum Excel General
    Replies: 5
    Last Post: 08-17-2005, 12:05 PM
  7. [SOLVED] Replaceing destination cell contents with new data in Excell
    By Duane L Kibby in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-17-2005, 02:06 PM

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