HI
my question:
if a1 and a2 are same in A then sum b1 and b2 in new work sheet and retain only one of a1 and a2.
thanks
HI
my question:
if a1 and a2 are same in A then sum b1 and b2 in new work sheet and retain only one of a1 and a2.
thanks
To return the unique IDs
=IFERROR(INDEX($A$2:$A$15,MATCH(0,INDEX(COUNTIF($I$1:$I1,$A$2:$A$15),0),0)),"")
To return the totals:
=IF(I2="","",SUMIF(A:A,I2,B:B))
See sheet attached.
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Incidentally, I put the 2 formulae in i2 and J2, respectively, so that I could see your expected answer.
Easiest way is to use a pivot table.
See attachment for an example (with pivot solution in columns K:L)
let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source
If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE
Walking the tightrope between genius and eejit...
Thanks olly
Thanks Glenn
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks