here is my question,
=COUNTIF(INDIRECT("'[CFormating.xlsx]"&A3&"'!B4:B10"),"*"&$B$2&"*")
| A | B | C | D | E | F | G | H |
---|
Order | Black | Red | Blue | Black Red | Blue Black | Red Black | Black Blue | |
Order 1 | | | | | | | | |
Order 2 | | | | | | | | |
| | | | | | | | |
<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]2[/TD]
[TD="align: center"]3[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]ü[/TD]
[TD="align: center"]ü[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]4[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]ü[/TD]
[TD="align: center"]ü[/TD]
[TD="align: center"]5[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
</tbody>
Sheet1
There is a list of another worksheet contain
Order 1 - Black Red & Blue Black
Order 2 - Red Black & Black Blue
When i used this formula, E3,F3 ; G4,H4 is displayed correctly. But B3:D4 is all highlighted. Apparently whenever the list contain part of the name, it will be highlighted too.