Assuming the field where they tell when they are looking to publish is called Publish Date , the syntax would be: IF(DATEDIFF(Publish Date, $$TODAY)<=2,'this is an Urgent request; please contact ----- at extension ----', IF(DATEDIFF(Publish Date, $$TODAY)<=10,'this is an Expedited request - please contact your Manager for permission.')) However, calculated fields don't show up until they save (submit) the request. You might be better off giving them a 'Business Days' drop-down that has 1-10 (or 0 - 10 if you allow same day requests). You can then calculate the due date, and use display log to show:
The urgent message if Business Days is 0,1 or 2
The expidited message if Business Days is 3 - 10
A date selection field if Business Days is > 10
Barry Buchanan - WMA Work Management Australia