Om asks: I have 123,413,413,1352,244 in a single cell.
There are many numbers with commas in between in each cell.
How to Sum all the numbers using a formula?
I don't want to use Text to Column.
By the way, it is Excel 2010.
I use Brad Yundt's three-line VBA function to split the numbers.
Then Excel formulas to sum them.
Also, an easier formula if you have Microsoft 365.
Table of Contents
(0:00) Sum all comma-delimited numbers in cell using an Excel formula
(0:19) Easy solution with TEXTSPLIT
(0:32) Switch to VBA for Brad Yundt Splitter code
(0:55) Using SPLITTER custom function in Excel
(1:25) Wrap up with Wally & Nancy