This is an odd one. I have a source sheet Contract Tracker with an Auto ID column where I initially started the numbering sequence to include a suffix and then recently changed it only to be numerical. One a second sheet, I am entering the Row ID for select items from the source Contract Tracker and formulas are pulling over select data for a summary.
Since the change to the numbering sequence of the Row ID, any Row IDs without the suffix are returning a "#NO MATCH" error.
Formula: =VLOOKUP([Row ID]@row, {Contract Tracker Range 2}, 4, false)
Row ID column is the same on the Contract Tracker. When the old numbers are referenced like "11225-S" the formula returns values, when the new sequencing is entered "11300" the error occurs.
Any ideas on a solve?