I am trying to find missing values - in other words, I am looking up 0000-11-22-333-FY15 or 1111-99-999-MT14 etc. These are values I currently have. What I want to find are the same values (0000-11-22-333) but where instead of FY15 it could be MT13 or FY19 which are values I don't have but need to identify so I can add them to my table.
This is my formula: =VLOOKUP("*"&G1&"*",Current!$A$2:$B$2599,1,FALSE) but it is returning G1 which I already have in my table. I only want to see values I don't have.
Appreciative~
Bookmarks