Hello All, I'm using this formula to countdown the number days until a class starts. It works good. How can I modify this so that when the class is over, the countdown will display "Class is over"?
=IF(A6="","No class selected",(A6-TODAY()&" day"&IF(A6-TODAY()>1,"s","")))
Thanks
Bookmarks