adding delimited string

ratbert14

New Member
Joined
Oct 30, 2010
Messages
2
I have a "+" delimited string in a single cell that needs to be added together (i.e. "2+.25+1+0.4" should be 3.65) however I'm having problems because of the numbers contain decimals. I was using this formula but it only works with whole integers.

=IF(ISNUMBER(SEARCH("+",M2)), SUMPRODUCT((MID(SUBSTITUTE(M2,"+",""),ROW(INDIRECT("1:"&LEN(SUBSTITUTE(M2,"+","")))),1)+0)), VALUE(M2))
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Couple of possibilities (you could also use a UDF - Evaluate) ... point being the Evaluate route will handle variation a little easier than the SUMPRODUCT route.

Excel Workbook
ABC
12+.25+1+0.43.653.65
2111
31+23.3+-3.4520.8520.85
41+23.3-3.45#VALUE!20.85
51*2#VALUE!2
Sheet6
#VALUE!
</td></tr></table></td></tr></table>
 
Upvote 0

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top