IN your formula use an OR statement for inclusion.
Not knowing your data here is a example guess:
{table.ShipDate}>{table.Requireddate} OR isnull({Table.shipdate})
Or possibly, in the formula editor change your option from "Exceptions for nulls" to use "Default Values for Nulls"
Edited by DBlank - 02 Feb 2010 at 11:18am