OK, next time provide what I had to build. An example of what is needed in Excel format.
=vlookup(key,range,field,exactflag)
the key would be the contract number
the range would be the a thru z columns in the second sheet that I have named "Full info"
the field is 3 because you requested the third field
0 means find an exact match
=iferror(vlookup(key,range,field,exactflag),"No Match")
I added the basic error handling function to flag out those contracts (if any) that are not in the Full Info tab.
Bookmarks