I find Null especially useful in checking conditions based on multiple dates, it saves me mucho code.
Switch([FirstDatetoCheck],firstString,[SecondDatetoCheck],secondString,True,"There is no date for this event")
(hopefully someone will tell me if this is a dangerous programming...