![]() |
#1
|
|||
|
|||
![]()
Hi folks, I thought I understood the text to columns feature but I guess I don't. I have attached a spreadsheet with a column A that contains an album name and the date it was released. I want to seperate this into 2 columns, column A being the album name and column B the album release date. I thiught I could just select the cells and click on text to columns, and then use "-" as the delimiter but this isn't working for me. Any advice here? Many thanks
|
#2
|
||||
|
||||
![]()
There are different types of dashs. The one in your sample appears to be an m-dash. Try copying one of those characters to your clipboard and then paste that into the 'Other' character field when choosing a Delimiter.
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
#3
|
|||
|
|||
![]()
Hello, I don't know what an m-dash character is, or where to findit on my keyboard, I tried everything that looked like a hyjhen and nothing worked, then I copied it from the column A cell and pasted into the delimeter field and it worked fine. Thanks for your help! I will mark this thread resolved.
|
#4
|
||||
|
||||
![]()
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#5
|
|||
|
|||
![]()
Good to know, thanks for the link
|
#6
|
||||
|
||||
![]()
if you use Power Query in the User Interface the em dash is automatically identified in this Mcode
Code:
let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Split Column by Delimiter" = Table.SplitColumn(Source, "Column1", Splitter.SplitTextByDelimiter("—", QuoteStyle.Csv), {"Column1.1", "Column1.2"}) in #"Split Column by Delimiter"
__________________
Alan עַם יִשְׂרָאֵל חַ Using O365 v2505 |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Mo Mentum | Word | 2 | 11-08-2023 08:32 AM |
Warping Text Feature | Craiger | Publisher | 0 | 10-19-2018 02:15 PM |
Sum to include (-)/ Text feature | Haha88 | Excel | 4 | 10-11-2017 02:55 PM |
![]() |
YooNaa Kim | Word | 2 | 01-28-2011 11:50 AM |
Getting Plain Text into Excel Columns | binar | Excel | 1 | 11-05-2010 01:46 PM |