EDIT: mdw's is best... sneaky mdw!

If you have only the 4 options and you may have blanks then:

=COUNTA(Sheet2!A:A)-COUNTIF(Sheet2!A:A,"Active")

else

=SUM(COUNTIF(Sheet2!A:A,{"Cancelled","Completed","Suspended"}))