Add Values If Column Equals a certain Value (Formula)

Using the SUMIF Formula we can add up all the results in a range when another range matches the a set criteria


In the example below we find any cell which = “Yes” in the range D2:D6 then add the results from B2:B6


=SUMIF(D2:D6,"Yes",B2:B6)


Explained
=SUMIF(D2:D6,"Yes",B2:B6)
This is the function we are calling to use
This is the range we want to match our criteria too
This is the criteria we want to match

This is the range we want to add together if the above matches

Also please see my instruction video for a more detailed step by step guide:




Comments

Popular posts from this blog

Save sheet as PDF (Macro)