Hi, I have this formula that pulls from the values below (see screenshot) but the formula says #NO MATCH when no stage is started, then again once all stages are complete. Can someone help me with a formula that will give another value other than #NO MATCH. It should say "New Project" before the stages start and "Project Complete" once all stages are complete.
This is the current formula (Metrics is column 1, and value is column 2):
=INDEX(Metrics22:Metrics26, MATCH("STAGE IN PROCESS", Value22:Value26, 0))