Hello,
I send order confirmations via Excel and With Outmail. Currently I use this formula in cell B1 to delay the delivery until 9AM. It works fine if I am entering orders before 9AM.
=IF(NOW()>9/24,TODAY(),TODAY()+1).
Problem is, sometimes I am entering customer orders at night, and I...