How to sum entries that have same ID OpenOffice - Calc -
i have spreadsheet similar 1 in screenshot.
from want sum entries in data 2 have same data 1 id , store in column. this:
i not able figure out formula this. figured out how column unique entries need figure out how sum of values have same data 1 id.
can point me in right direction?
you can use sumif
, e.g. if i'm reading sheet right, =sumif(a$2:a$7, a11, b$2:b$7)
, , copy down. sums values b2-b7 whenever corresponding value in a2-a7 matches a11.
you can find more on sumif
here.
Comments
Post a Comment