I am currently using the following INDEX/MATCH formula to return values from the sheet labeled "Tech Project List" in the reference.
=INDEX({Summary from Tech Project List}, MATCH([Tech List Row ID]@row, {Project ID from Tech Project List}, 0))
I now want to expand that formula to include a condition: If #NO MATCH on Tech Project List, then do the same INDEX/MATCH formula but instead reference "Tech Cancelled List."
What would that formula structure look like?
This may be obvious but for context: I am mainly sourcing my information from Tech Project List, the sheet where our proposed/active Tech PMO projects live. The problem is when project rows change to Cancelled status, the Tech Project List has an automation to send those rows I was referencing with my formula to the Cancelled List sheet.