Hello everyone. I’m trying to figure out how to identify ex-customers.
We have customers who have active investments with us, those who have some active and some inactive investments, and those who no longer have any active investments. The investments are tracked with deal stages which go up to “Invested” (closed won) and then “Exited”, which denotes an investment that has come to the end of it’s maturity.
I’m trying to create a list of ex-customers, i.e. contacts where:
- at least one deal has the stage of ‘exited’
- none of the associated deals have the stage ‘invested’
I tried this in lists, but can’t get the second condition to work. The closest I get is “any associated deal does not have the stage of ‘invested’”, which basically doesn’t narrow it down at all.
Appreciate any ideas! Screenshot of my criteria:
