Skip to playerSkip to main content
Learn how to separate data from one cell in Excel with commas.

In Microsoft Excel, you can separate data from one cell with commas by using the "Text to Columns" feature. To do this, first, select the cell or cells you want to split, then go to the "Data" tab, click on "Text to Columns," choose the "Delimited" option, select "Comma" as the delimiter, and follow the prompts to split the data into separate cells.

Lets break down this formula.

=TEXTSPLIT(TEXTJOIN(",",TRUE,B3:C3),",")


🔗🔗 LINKS TO SIMILIAR VIDEOS 🔗🔗
Sum comma separated values in Excel - Excel Tips and Tricks
https://youtube.com/shorts/1GUx7zi2wzc?si=Rc8Oidvtr6t-dOFV

Sum comma separated values in Excel Without Using TEXTSPLIT() Function - Excel Tips and Tricks
https://youtube.com/shorts/z6ghCP7G3ew?si=rIS6nZL31jA41g17

Separate data from one cell in Excel with commas - Excel Tip and Tricks
https://youtube.com/shorts/xuhpFwb5TWg?si=8YYj22Elb2Ez2rMp

Text Split with multiple delimiters - Excel Tip and Tricks
https://youtube.com/shorts/LXZkMlGZWXQ?si=v-ovLGoZ2SdQ-baC

[NO FORMULA] Separate data from one cell in Excel with commas - Excel Tip and Tricks
https://youtube.com/shorts/4AhokAuE5Nc?si=ObQffk0YBaj0SgyU

Sum comma separated values in jaggered format in Excel - Excel Tips and Tricks
https://youtube.com/shorts/ijC7qhRK6s0?feature=share

Get maximum of comma-separated values in a cell In Excel - Excel Tips and Tricks
https://youtube.com/shorts/UHdjAsSx6C8?feature=share

Sum comma separated values in Google Sheets - Excel Tips and Tricks
https://youtube.com/shorts/bYOX6V_iWnI?feature=share

How do I separate data from one cell in Excel with commas?,How do you extract Text from a cell in Excel separated by a comma?,What is comma separated values in Excel?,How do I separate data in one cell?,How do I separate data from one cell to multiple rows in Excel?,How do I split data from one cell into rows?,How do I split one cell into multiple rows 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

Transcript
00:00This is one Excel tip you definitely want to know. Say, for example, if you have column B with just
00:05purely names and the second column in your data set is a series of data but it's comma separated,
00:10how you convert this data set table into this table so that you can do sum and total and all
00:15that stuff. So this is how you do it. The first thing you're going to have to do is basically
00:19combine these two cells into one string using a function called text join and then the first
00:27argument will be the delimiter. We're going to be using the comma as a delimiter and the second
00:32argument we're going to ignore the empty cells placed through and the third argument would be
00:39the row of data like this. Close parenthesis and hit enter and what you'll see is you'll see that
00:44that the formula basically combined this and this into one string itself. Now we're going to split
00:51it based on the delimiter of comma. So you're going to encapsulate text join with text split like this
00:57open parenthesis. The first argument will be the text join function itself. Second argument is your delimiter
01:04which is your comma like that and close parenthesis and hit enter. What that does is I
01:09create an array of numbers or other array of elements which is assigned to each individual
01:15cell like this. Now all you have to do is to apply the same formula to the rest of the row by dragging
01:20the formula right all the way down like this and you're done.

Recommended