Multi Views & criteria

Multi Views & criteria

Hi Guys,


I have created a status drop-down, and I want to be able to create views based on status. I have managed to do it for one status but not another!
So fo open leads I Have..
  1. ((Lead_Status is null) || Lead_Status != "Converted")
For converted leads I have...
  1. ((Lead_Status == "Converted"))
What do I need to do to the code so that a status for "Contact_Later" wont show under Open Leads and show under "View Contact Later" view.