K Kay May 31, 2009 #1 is there a formula to make a now date stop at a certain date (example May 30, 2009)?
B Bob Bridges May 31, 2009 #2 Well, I suppose you could use =MIN(NOW(),DATE(2009,5,30)). Will that work for you?