I need that a cell return the status of a project that i have in a summary sheet. Then right now i have this formula, but what i need to integrate in this one that is working, is that need to find by "project name", i have a column with the "Project name" in the summary and the same project name will be in another one then i need something that say IF this project name is in the column
"Project name" and pick the result of that row.
The formula right now is working but it is not looking for a specific row of an specific project.
=IFERROR(INDEX({Weekly Status - Overall Status}, MATCH(MAX(COLLECT({Weekly Status - Date}, {Weekly Status - Complete}, 1)), {Weekly Status - Date}, 0)), "N/A")
Again what i am trying to do is integrate a new IF that look for an specific project name.
Thanks