Multiple values in single cell under input column of a DMN

Hi
In DMN I have a below scenario.
Status as my one of the input column and it has , ‘CLOSED’ , ‘SUSPENDED’ , ‘NOT CLOSED’, ‘NOT SUSPENDED’ values.

I need to frame rules as below
rule 1: Need to have only Closed
rule 2 : Need to have only suspended
rule 3 : Need to have ‘NOT CLOSED’ and ‘SUSPENDED’ ( Strictly both required).
rule 4: need to have ’ NOT CLOSED" and 'NOT SUSPENDED" ( Strictly both required).
For rule 3 I have expressed as “NOT CLOSED”, “SUSPENDED”
For rule 4 I have expressed as “NOT CLOSED”, “NOT SUSPENDED”.

Kindly tell me whether this approach is correct or not. I feel like rule 3 and rule 4 expressions are in OR logic, I don’t want in that way. Please provide me good solution.

What exactly are the outputs you’re expecting for this?

Hi
I want to check rule 3 inputs in AND logic. I.e both values should be checked to satisfy that rule… Similarly for rule 4 also.

@Niall Output expected :
rule 1: Skip
rule 2: Need to review
rule 3: Schedule meeting
rule 4: Ready to Process

You just need to add a column for each “and” you want.