I'm using this formula suggested in another thread to calculate the percentage complete for particular tasks:
=(Today()-StartDate)/(EndDate-StartDate)
What I'd like to know is how to cap this at 100% because I don't want the percentage to keep increasing the further past the completion date we go. Any ideas?