Tagged Questions
0
votes
2answers
82 views
Total elements of a list that have a common first element [duplicate]
Possible Duplicate:
List-operations only when restrictions are fulfilled (Part 1)
I have a set of data like:
...
7
votes
3answers
204 views
Restricted accumulation of values
Please consider the following list data. I was trying to accumulate data until the result turns positive the first time and ...