I need to compare dates in two cells to show progress on a project. For example, if the in progress date of the project is within 3 months of projection, it's on time. If it's 4-5 months, it's in progress, and 6+ months is delayed. So I need three if comparisons within the formula that will spit out "on time", "in progress", or "delayed" depending on the date comparisons (today's date compared to projected complete date). I've set up nested ifs with numerical values before but not dates. Any advice?
Thanks!
Bookmarks