R
Rita
Hi Members ,
I have some values like
120.00 14.85
125.00 12.53
125.00 10.576
125.00 15.326
127.00 18.245
127.00 5.243
129.00 10.253
132.00 15.02
135.00 12.356
135.00 12.34
135.00 14.35
137.00 11.21
.. .
.. .
.. .
I want to make programm Which find all the same values from left side
and do addition of that value of right side.
Like i had 3 times 125.00 so i want output 12.53+10.576+15.326
So what will be code for it?
Thanks
I have some values like
120.00 14.85
125.00 12.53
125.00 10.576
125.00 15.326
127.00 18.245
127.00 5.243
129.00 10.253
132.00 15.02
135.00 12.356
135.00 12.34
135.00 14.35
137.00 11.21
.. .
.. .
.. .
I want to make programm Which find all the same values from left side
and do addition of that value of right side.
Like i had 3 times 125.00 so i want output 12.53+10.576+15.326
So what will be code for it?
Thanks