Forum Discussion
AnisM85
Jan 08, 2020Copper Contributor
combine 4 columns
Hello, Can some help me combine the attached data? the object is to get the total quantity of each description. note that all description has the same code, but might have a different unit of mea...
PReagan
Jan 08, 2020Bronze Contributor
Hello AnisM85,
Try this starting in cell E1:
=SUMIF(OFFSET($A$1,0,0,COUNTA(A:A),1),$A1,OFFSET($B$1,0,0,COUNTA(B:B))
Note: This formula assumes you have nothing above or below your data table.
- AnisM85Jan 09, 2020Copper Contributor
Thank you for your replyPReagan
however it didn't work for some reason, any other suggestions?
Thank you
ā
- SergeiBaklanJan 09, 2020Diamond Contributor
I guess you forgot to wrap by SUMIF
- AnisM85Jan 13, 2020Copper Contributor