I have a table which looks like that:
I want to sum up all the values which have the same name string and the same date, so that I get such a table:
I have to say that I do not know how such a thing could be implemented. I tried something like an if...else
structure, but what I am missing is the checking part of the other rows. Any suggestion how to implement such a problem?
I appreciate your answer!