Forum Discussion

wiscy's avatar
wiscy
Copper Contributor
Jan 12, 2021
Solved

There's a problem with this formula.

I have a set of data that had a varying series of numbers separated by commas in a column of cells in Excel 2016.  I used search and replace to change the commas to plus signs and then concatenated a...
  • JMB17's avatar
    JMB17
    Jan 12, 2021
    One other way I believe you can do it. Assuming your comma delimited text string of numbers is in cell A1:

    =SUMPRODUCT(FILTERXML("<L><I>"&SUBSTITUTE(A1,",","</I><I>")&"</I></L>","//I"))

Resources