Hello all,
I have a table of data in Excel and i want to do a filtrering of this form:
Starting table:
Id | Val
=========
50050 2,7
50055 15,5
50055 3,7
50058 2,8
50058 9
50058 7
50088 5,4
50091 3,5
60006 3,3
50037 1,4
Table after filtering:
Id | Val
===========
50050 2,7
50055 19,2
50058 18,8
50088 5,4
50091 3,5
60006 3,3
50037 1,4
What i want to do is to take the rows with the same ids do the SUM of Val and appear it on the sheet only one time with val=sum.
Is it possible to do this with excel?(Not manually because i might have 5000 rows...)
Bookmarks