Hi -
My below index formula works to capture the "2.0 Status" field; however, I am trying to incorporate an another piece to this formula that includes a job number. Not sure if its an IF or AND or additional INDEX function, but i want to pull this 2.0 status based on the "Project Kickoff Rec'd" line in the task AND for the job number in my formula sheet to match the job number in my 2.0 sheet.
=IFERROR(INDEX({2.0 Status}, MATCH("Project Kickoff Rec'd", {2.0.Task}, 0)), "N/A")