I need to make a Sum of a column "Estimated Annual Revenue" but filtering by different options that I have in a column "Provide Client Sector", for example Commercial items and excluding from other column called "Status" items with "Cancelled", "Declined" and "Implementation complete"
I have this formula now working but still is missing the part of the exclusion on the column Status
=SUMIF({Client Sector}, [Client Sector]@row, {ROM Estimated})
Thanks