Skip to playerSkip to main content
Sum comma separated values in Google Sheets - Excel Tips and Tricks

Learn how to sum comma separated values in Google Sheets.

To sum comma-separated values, you can add them up manually or use the SUM function in Excel or Google Sheets. To handle comma-separated values in Google Sheets, simply input them with commas separating the values within a cell. If you want to sum separate cells in Google Sheets, use the SUM function with cell references. Counting values separated by commas in Google Sheets can be done by counting the number of values listed within the cell. In Excel, calculating comma-separated values follows a similar approach. To split comma-separated values into columns, you can use the Text to Columns feature in Excel or other similar functions in Google Sheets.

At the end of this video, you will be able to answer the following questions.
How do you SUM comma-separated values?
How to do comma-separated values in Google Sheets?
How do you count separated by commas in Google Sheets?

Sum Comma Separated Values

=SUM(SPLIT(B2, ","))


🔗🔗 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 you SUM comma-separated values?,How to do comma-separated values in Google Sheets?,How do I SUM separate cells in Google Sheets?,How do you count separated by commas in Google Sheets?,How do I calculate comma-separated values in Excel?,How do I split comma-separated values into columns?

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:00In Google Sheet, how do you add numbers in the cell that are comma separated?
00:03That was the question posted in my comment section recently.
00:07In my previous video, I demonstrated how you can achieve the same result in Excel,
00:11but now I'll show you how you can accomplish the same task in Google Sheet.
00:15Let's start off with the split function.
00:16The first argument will be B2, and the delimiter will be a comma.
00:20This function will essentially separate each number using a comma as a delimiter
00:24and stores them in an array.
00:26After that, we will encapsulate it with a sum function which calculates the total
00:30by adding up all the elements within the array.
00:33After that, apply the formula to all the rows, and voila, you're done.
Comments

Recommended