Index formula was working. Not matching now.

=IFERROR(INDEX({LNH MASTER SHEET Neighborhood}, MATCH([Job Number]@row, {LNH MASTER SHEET Job #})), "")
It was pulling from our master sheet and has worked for weeks. Not sure what has changed.
Best Answer
-
Try specifying an exact match in the MATCH function like so:
=IFERROR(INDEX({LNH MASTER SHEET Neighborhood}, MATCH([Job Number]@row, {LNH MASTER SHEET Job #}, 0)), "")
Answers
-
For some reason it is not finding the match. Given the screenshot there are a couple of things I can think of to check:
- Is there potentially a space included in either one of the Job # cells that could be throwing it off?
- Is the search range for {LNH MASTER SHEET Job #} an entire column or was it set to a particular range of data which may not include the requisite rows?
Best,
Zach Hall
Training Delivery Manager / Charter Communications
-
Thanks. Neither of those are the case. And the weird thing is, it keeps going in and out. All the data came back, and now has left again. Hmm
-
Try specifying an exact match in the MATCH function like so:
=IFERROR(INDEX({LNH MASTER SHEET Neighborhood}, MATCH([Job Number]@row, {LNH MASTER SHEET Job #}, 0)), "")
-
Seems to be working. Thanks for your help.
Help Article Resources
Categories
Check out the Formula Handbook template!