
Originally Posted by
benishiryo
still not sure i understood correctly. use the same instructions i mentioned but select E5:E15 instead. put in the custom formula:
=SUMPRODUCT(--($D$5:$D$15&$E$5:$E$15=D5&E5))+SUMPRODUCT(--($H$5:$H$15&$I$5:$I$15=D5&E5))=1
this links the table across too. that means the 2nd table cannot have Shoes with 1, since it already appeared. is that right? if it's not linked, then just:
=SUMPRODUCT(--($D$5:$D$15&$E$5:$E$15=D5&E5))=1
then in the 2nd table, select I5:I15 & do the same. but formula as:
=SUMPRODUCT(--($D$5:$D$15&$E$5:$E$15=H5&I5))+SUMPRODUCT(--($H$5:$H$15&$I$5:$I$15=H5&I5))=1
again, if it's not linked, then just:
=SUMPRODUCT(--($H$5:$H$15&$I$5:$I$15=H5&I5))=1
Bookmarks