Struggling with this one:
Sheet 1 has duplicate IDs with distinct values for each, for example:
Column K:K = duplicate ID#s > column T:T contains unique weight values for each line.
On sheet 2, I want to be able to enter the ID# and sum all of the weight values associated with that ID. I've attempted multiple SUM & SUMIFS, but I keep getting a #SPILL error.
Sheet 1 K:K
2081 Item 1 = 112 lbs
2081 Item 2 = 95 lbs
2081 Item 3 = 2 lbs
Sheet 2 operator enters 2081 in A:A, and C:C should return the sum of the weights, which should be 209.
I hope this makes sense.
Bookmarks