I have the following table:
[example]
How can I make a new table where all the duplicates are merged and the values are added together so I have a total per name ?
use:
=QUERY(V:X; "select V,sum(W),sum(X) where V is not null group by V")