I would assume those to be the ones that appear on the Rep1 sheet and have no match on the Data sheet such as BS 215/70R15C R660 TR which was identified on the Master sheet.
To remove the #NUM! error modify the formula in K2 and down to read:
Formula:
=IFERROR(INDEX(DATA!B$2:B$85,AGGREGATE(15,6,(ROW(DATA!B$2:B$85)-ROW(DATA!B$1))/(ISNUMBER(SEARCH(E2,DATA!B$2:B$85)))/(ISNUMBER(SEARCH(F2,DATA!B$2:B$85)))/(ISNUMBER(SEARCH(INDEX(G2:J2,AGGREGATE(14,6,(COLUMN(G2:J2)-COLUMN(F2))/(G2:J2<>""),1)),DATA!B$2:B$85))),1)),"")
To identify the brands listed on the Data sheet but not on the Rep1 sheet:
1. On the Data sheet populate column E using: =ISERROR(MATCH(B2,'REP1'!K$2:K$84,0))
2. On the Rep1 sheet starting with cell K86 use: =IFERROR(INDEX(DATA!B$2:B$85,AGGREGATE(15,6,(ROW(DATA!B$2:B$85)-ROW(DATA!B$1))/(DATA!E$2:E$85=TRUE),ROWS(K$86:K86))),"")
Let us know if you have any questions.
Bookmarks