I have a current formula that but we have realized that there is one Team who's numbers are skewing the results and would like to have there totals excluded.
=SUMIF([Cast Type]:[Cast Type], "Vendor", Estimate:Estimate) + SUMIF([Cast Type]:[Cast Type], "Contractor-Offshore", Estimate:Estimate)
The Additional Column is called "Team" and we would want to exclude any values that correlate to TEAM="TPM", leaving the values for the other teams "Team1", "Team2" for placeholders.