Forum Discussion
Tati_Guerzoni
Feb 01, 2022Copper Contributor
Sum excluding some invalid data
Hi I need quick help. I need to create a spreadsheet that will sum some values but I need to exclude some rolls as a requirement. Can you help me with it? This is an example (but in my case, is ...
Feb 01, 2022
Hi Use sumif function, column C (content) and D (value) =SUMIF(C2:C6,"Valid Content",D2:D6)
SergeiBaklan
Feb 01, 2022Diamond Contributor
Cosmetic comment. Since % is required, perhaps
=SUMIF(C2:C6,"Valid Content",D2:D6) / SUM(D2:D6)