I don't understand why this formula isn't working ... I can only think it has something to do with the Now() calculation.
IF({Quote Status}="Selected" And(Now()) > {Scheduled Date},
{Scheduled Date},
IF({Quote Status} = "Fulfilled",
{Adj. Fulfilled Date},
{Dummy Date})
)
Any thoughts?