+ Reply to Thread
Results 1 to 15 of 15

Extract data from column

  1. #1
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2013
    Posts
    365

    Extract data from column

    Hi All,

    I have sheet which have data in a column which messed up, I need separate data from there? if possible?

    here is the cross post link

    https://chandoo.org/forum/threads/ex...-column.44166/

    Please check below Data.

    Alex HorneDRE #: 02037293949.270.0440alex.horne@elliman.com


    I need like
    Name Phone Emila
    Alex Horne 949.270.0440 alex.horne@elliman.com

    Best.
    Last edited by udprocks; 04-28-2020 at 04:38 PM.
    If answer helped you say Thanks by Add Reputation

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,795

    Re: Extract data from column

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however it has been brought to our attention that the same query has been posted on one or more other forums and you have not provided the required cross-post link(s) here.

    Please see Forum Rule #3 about cross-posting and adjust accordingly. Read this to understand why we (and other sites like us) consider this to be important.

    (Note: this requirement is not optional. No help to be offered until the link is provided.)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Extract data from column

    Message deleted.

  4. #4
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2013
    Posts
    365

    Re: Extract data from column

    sorry not able to see reply

    showing

    message deleted

  5. #5
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Extract data from column

    Hi,
    sorry but you need to provide the required cross-post link(s) from the other forum where you have posted the same message.
    Otherwise - you cannot be answered.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,303

    Re: Extract data from column

    The link has been provided, so please provide your solution now. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  7. #7
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Extract data from column

    I was just wondering if you have tried the 'text to column option?

  8. #8
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2013
    Posts
    365

    Re: Extract data from column

    Quote Originally Posted by belinda200 View Post
    I was just wondering if you have tried the 'text to column option?

    Alex HorneDRE #: 02037293949.270.0440alex.horne@elliman.com

    I need like
    Name Phone Emila
    Alex Horne 949.270.0440 alex.horne@elliman.com



    Not able to do with text to column due to, after "DRE#: " there is 8 digits after that our phone number also name length not same.

    check plz if you have moment.

  9. #9
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Extract data from column

    can you upload a file with a few lines for example?

  10. #10
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,795

    Re: Extract data from column

    Using Power Query, here is the Mcode

    Please Login or Register  to view this content.

  11. #11
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2013
    Posts
    365

    Re: Extract data from column

    Quote Originally Posted by belinda200 View Post
    can you upload a file with a few lines for example?
    check now please.
    Attached Files Attached Files

  12. #12
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,795

    Re: Extract data from column

    Your file attached with my Mcode in place
    Attached Files Attached Files

  13. #13
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Extract data from column

    Hi,
    I managed to do that with the "text to column--->Delimited " option.

    It still gives you the phone# and E-mail on samt column, so you need then to choose this column only and text to column it by choosing "Fixed width", move the cutting line in the proper places and you will get seperate columns either for the Telephone# & for the E-mail address.

    As for the DRE and in order to combine first & last name ---> use this formula in adjacent clear column to lose the unwanted suffixes
    =A2&" "&LEFT(B2,LEN(B2)-3)


    Hope this will do the work.
    Attached Files Attached Files
    Last edited by Limor_OP; 04-28-2020 at 06:25 PM.

  14. #14
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2013
    Posts
    365

    Re: Extract data from column

    Quote Originally Posted by belinda200 View Post
    Hi,
    I managed to do that with the "text to column--->Delimited " option.

    It still gives you the phone# and E-mail on samt column, so you need then to choose this column only and text to column it by choosing "Fixed width", move the cutting line in the proper places and you will get seperate columns either for the Telephone# & for the E-mail address.

    As for the DRE and in order to combine first & last name ---> use this formula in adjacent clear column to lose the unwanted suffixes
    =A2&" "&LEFT(B2,LEN(B2)-3)


    Hope this will do the work.
    thank you so much, appericiate your quick solution. Its work like charm.

  15. #15
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2013
    Posts
    365

    Re: Extract data from column

    Quote Originally Posted by udprocks View Post
    check now please.
    Tahnk you , thank you!!! so much sir, You are awesome!!!

    Alyaws remeber your help here.

+ 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] Formula Required to Extract data from Column A based on Non -zero values in Column B
    By Ramzan-ul-Mubarak in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-29-2019, 06:07 AM
  2. [SOLVED] Extract selected column data based on column header info
    By ajay6985 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-09-2017, 02:07 AM
  3. [SOLVED] Extract related data from a second column from repeated entries in a first column
    By pachorradas in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 08-31-2015, 02:41 PM
  4. Delimiter-like function to extract data from a column and put in another column
    By MikeStewart1 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-03-2014, 02:42 PM
  5. [SOLVED] Extract first cell in a row, given the column header and data point in that column.
    By pguarino in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-25-2013, 02:27 AM
  6. Replies: 1
    Last Post: 04-23-2012, 10:27 AM
  7. Replies: 3
    Last Post: 02-08-2010, 06:18 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