I have a Name, Value pair both strings stored in a dictionary.
e.g.,
Name | Value |
-------------------------
Dim1L9 | 10.98 |
-------------------------
Dim14L10 | 26.32 |
-------------------------
Dim14L11 | 95.25 |
-------------------------
Dim1L10 | 9.99 |
From this table i would like to get the sum of Dim1 10.98 + 9.99 = 20.97. How can i do this?
Just in case you want to get sum for all names:
Output: