Skip to playerSkip to main content
Learn how to split text into different columns in Excel.

To split text into different columns in Excel, you can use various methods. If you have a comma-separated string and want to convert it into a two-dimensional array, you can utilize functions like TEXTSPLIT or formulas like SPLIT. Additionally, to split text with multiple delimiters or without a delimiter, Excel offers functionalities to achieve this. Simply select the data you want to split, then go to the "Data" tab and choose "Text to Columns" option, where you can specify the delimiter or choose options like "Fixed Width" for splitting without a delimiter. This allows you to efficiently organize your data into separate columns in Excel.

At the end of the video, you should be able to answer the following questions.
Split text into different columns In Excel
How to convert a comma delimited string to a two dimensional array
How do I convert a comma separated string to a table in Excel?
How do I split text in Excel into different columns?
Split data into different columns in Microsoft Excel
How to Split Text with Multiple Delimiters with Excel
Using TEXTSPLIT to split text into its own columns
How do I split text into two Columns in sheets?
How to split text in Excel without delimiter?


How to convert a comma delimited string to a two dimensional array,How do I convert a comma separated string to a table in Excel?,
How do I split text in Excel into different columns?,Split data into different columns in Microsoft Excel,How to Split Text with Multiple Delimiters with Excel,Using TEXTSPLIT to split text into its own columns,How do I split text into two Columns in sheets?,

Check out my complete suite of Microsoft Excel Tips and Tricks.
https://www.youtube.com/@jjnet247/shorts
https://www.tiktok.com/@exceltips247
https://www.instagram.com/exceltips247/
https://www.dailymotion.com/ExcelTips247
https://www.pinterest.com/ExcelTips247/excel-tips-and-tricks/
https://x.com/ExcelTips247/media
https://www.reddit.com/r/Excel247/
https://www.facebook.com/XyberneticsInc/reels/

#microsoft #excel #tips #tipsandtricks #microsoftexcel #accounting #fyp #fypシ #exceltips #exceltricks

Category

📚
Learning
Transcript
00:00This is a URL. Most URL includes parameter appended at the end of the base URL, also known as query
00:07string. In this Excel tips and tricks, I will show you how you can extract and tabulate the data from
00:13the query string of a URL. Actually, the solution is quite simple. To start off with, I'm going to
00:20go ahead and copy the query string from the URL. Let's highlight it. Control C to copy, and then
00:28I'm going to paste it on maybe cell J2 like this, and press Control V, and then hit Enter. You
00:36can see
00:37that the query string starts to go way out of hand. Maybe highlight a couple of rows or other columns
00:42like this, and press Control 1, and I'm going to go ahead and merge and wrap the text, and then
00:48you'll
00:48come up nicely like that. Now, the idea is how you can tabulate this data into an Excel table. This
00:55is
00:55how you do it. First, you're going to say equal textSplit. That's the function name, and the
01:02first argument on textSplit will be the text itself, which is the query string itself on
01:08cell J2, comma. Next argument, the second argument is column delimiter. Our column delimiter would
01:17be equal because we want to go apple, and next column will be 3, 5, 4, 7. So it's going
01:23to
01:23say equal. And then the third argument allows you to specify the row delimiter, which is going
01:29to be the ampersand sign here, the end sign here like this. So which means it goes to the
01:33next row. Double quote, n, double quote, and then close parenthesis, and hit Enter. And what you'll
01:41see is that you'll actually tabulate all this text value, which is equal and n sign, into
01:49an Excel table itself. And all you have to do now is to just give some title header here,
01:57and then maybe you want to beautify the title header like this, and then you're done. You
02:03have a nice looking Excel table, just out of a query string.
Comments

Recommended