I am working with three formulas to collect data in the Summary. I want to add the NOT Function to these formulas to exclude the rows that are starred in the CCC column.
=SUMIF({Region}, "Philadelphia", {Contracted})
=SUMIF({Region}, "Philadelphia", {07/09/25})
=SUMIF({Region}, "Philadelphia", {Difference})
Thank you