Ok, I don't think I explained properly before I need the table on the left to be consolidated into the table on the right.
Thanks
Ok, I don't think I explained properly before I need the table on the left to be consolidated into the table on the right.
Thanks
If your values are always numeric, and if your ids are unique, and if a column only has one entry for each id, you can do it with a formula. Take your id and date column and copy them, then remove duplicates. Then use sumifs to calculate the values:
=sumifs(C:C, $A:$A, J2)
Copy this starting in L2 and copy over and down).
Let me know if that helps.
I have no idea why you thought that omitting the row and column headers that would have identified your cell ranges would be beneficial to receiving an answer but I will assume that id is in A1.
In L2 where you have 52.8, put this formula then drag right and down.
=sumifs(index($c:$f, 0, match(l$1, c$1:f$1, 0)), $a:$a, $j2, $b:$b, $k2)