On the sheet "Master" created three new columns with the following information:
Column G :: MyDiscoRow is the product line in the supplier's sheet
The formula is
Formula:
=IFERROR(MATCH($B2,INDIRECT("'"&$A2&"'!$B$2:$B$"&COUNTA($B$2:$B$5000)),0),"")
Column H :: NewDisco is the new situation of the product
The formula is
Formula:
=IF(ISNUMBER(G2),"",IF(F2<>"",F2,"Disco "& INDIRECT("'"&$A2&"'!$E$2")))
Column I :: NewCost is the new cost (independent of having been changed)
The formula is
Formula:
=IF(ISNUMBER(G2),INDEX(INDIRECT("'"&$A2&"'!$D$2:$D"&COUNTA($B$2:$B$5000)),G2,1),"")
This example sets in 4999 the number of supplier by product ($B$2:$B$5000)
I attached the file with the changes I made.
Bookmarks