Hi,
I have a table with a list of names and account status. Names might show up multiple times due to multiple accounts. I want to try and obtain the number of persons with all accounts closed.
Name | Status
PersonA | Closed
PersonA | Open
PersonA | Closed
PersonB | Closed
PersonB | Closed
PersonC | Open
PersonD | Closed
In the example above, it should come up with 2 (PersonB and PersonD). I can only think of complicated and manual procedures to do this. Is there a simple formula that would calculate this?
I have a table with a list of names and account status. Names might show up multiple times due to multiple accounts. I want to try and obtain the number of persons with all accounts closed.
Name | Status
PersonA | Closed
PersonA | Open
PersonA | Closed
PersonB | Closed
PersonB | Closed
PersonC | Open
PersonD | Closed
In the example above, it should come up with 2 (PersonB and PersonD). I can only think of complicated and manual procedures to do this. Is there a simple formula that would calculate this?