=IF(AND([Engagement Phase]@row = "COMPLETED", [Production Status]@row = "Production Ineligible"), 0, 1)
The formula is not working completely. I think i need to add an additional clause/check.
Engagement Phase dropdown column with "In progress", "On-hold", "completed" etc statuses.
Production status column with values "In Prod", "Prod Ineligible" etc
Conversion column - which needs to set to 0 for Prod Ineligible - in order to not be counted in Total SUM.
The problem is that if the Engagement Phase is any other status meaning IN Progress or on hold, then the above formula is counting it as Conversion Eligible. As it puts a 1 in conversion eligible column.
I need to be like only for completed engagements that have a product in eligible then conversion eligible is 0. So any other engagement phase other than completed - conversion eligible is still 0.