kbastiaans
New Member
- Joined
- Mar 9, 2017
- Messages
- 2
Hi there!
I have been racking my brain on how to do this - and I am not sure if it is even possible... here is what I am trying to do: I need to extract all monetary values from the sample text string below that start with the $ character and then sum them together. The character string can have multiple entries all divided by a semicolon.
example data in cell A1:
Jones Inc. - $41,000 - february; Abc co - $5,609 - January; Jen's Place - $12,432 - march; ...
what I want to get for the final output is a cell that sums all of the numeric values (e.g. 41000+5609+12432+...)
Can this even be done??
I have been racking my brain on how to do this - and I am not sure if it is even possible... here is what I am trying to do: I need to extract all monetary values from the sample text string below that start with the $ character and then sum them together. The character string can have multiple entries all divided by a semicolon.
example data in cell A1:
Jones Inc. - $41,000 - february; Abc co - $5,609 - January; Jen's Place - $12,432 - march; ...
what I want to get for the final output is a cell that sums all of the numeric values (e.g. 41000+5609+12432+...)
Can this even be done??