Hi,
I've got a table which contains multiple items with status.
I want the items who are not yet closed are sorted on top of the list.
Column A = autonumber
Column B = Status (Open - Closed - Waiting - Rejected).
....
I would like to see to have to following result:
Sort on Column B: First Open, Waiting, last Open OR Rejected.
Next: Sort on Column A: A->Z.
I can't figure out how to add the 'OR' in my sort...
If possible I'd like to have a solution without additional columns or VBA...
I hope I explained it well enough.
Thanks in advance for your help.
C_C
I've got a table which contains multiple items with status.
I want the items who are not yet closed are sorted on top of the list.
Column A = autonumber
Column B = Status (Open - Closed - Waiting - Rejected).
....
I would like to see to have to following result:
Sort on Column B: First Open, Waiting, last Open OR Rejected.
Next: Sort on Column A: A->Z.
I can't figure out how to add the 'OR' in my sort...
If possible I'd like to have a solution without additional columns or VBA...
I hope I explained it well enough.
Thanks in advance for your help.
C_C
