I would like to sum all values between the comma and the right parenthesis in a string of text. Example 1: (CA1G1, 1) (CG31, 1) (CF7, 1) (FD, 1) Result: 4 Example 2: (CA1G1, 1) (CG31, 1) Result: 2 Example 3: (CG31, 1) (CF7, 1) (FD, 1) Result: 3 Thank you.