I have a formula that looks for a specific date and currently replaces it with null, which works fine. I prefer not seeing [Null] when I browse the data. Data Cleansing tool does not remove the null.
IIf([Pickup Date]=todate("1940-01-01"),null(),[Pickup Date])
Thanks,
stapuff106