I am attempting to create an Index(Match( formula to pull job names based on a job number, but I am getting a #NO MATCH error. I have used this formula hundreds of times, so I am wondering if this is because my Match search type pulls from a cell that is also a formula?? Any workarounds?
This is my sheet, I want to use the job number to reference another sheet and pull the job name:
In example 1 for 19407, the job is not found under In Progress, but is in Closed.
If it matters, the formula in the Primary (JOBS) column is:
=IFERROR(LEFT(String@row, FIND(",", String@row) - 1), "")