freelensia
New Member
- Joined
- Jul 2, 2017
- Messages
- 18
Hi,
I have a table called BadSyntaxTbl with a column called Bad Syntax.
It looks like this:
Bad Syntax
<!-- b-->< /b>
% {
I want to apply conditional formatting to a range of cells. The formatting would apply when any of the terms in Bad Syntax column are found anywhere in the formatted cell.
So for example, the cells below would trigger the conditional format:
I love the website < b> Freelensia.com < /b>.
Welcome to % {service_name}, a place to reserve interpreters online.
I came up with this formula:
=SUMPRODUCT(--ISNUMBER(SEARCH(BadSyntaxTbl[Bad Syntax],N3)))>0
where N3 is the first cell I want to apply the format to.
I have tested this formula by inputting it in a normal cell. It returned TRUE / FALSE correctly.
However when I put this in a conditional formatting rule, Excel tells me to check my formula again and refuses to process it.
I have a table called BadSyntaxTbl with a column called Bad Syntax.
It looks like this:
Bad Syntax
<!-- b-->< /b>
% {
I want to apply conditional formatting to a range of cells. The formatting would apply when any of the terms in Bad Syntax column are found anywhere in the formatted cell.
So for example, the cells below would trigger the conditional format:
I love the website < b> Freelensia.com < /b>.
Welcome to % {service_name}, a place to reserve interpreters online.
I came up with this formula:
=SUMPRODUCT(--ISNUMBER(SEARCH(BadSyntaxTbl[Bad Syntax],N3)))>0
where N3 is the first cell I want to apply the format to.
I have tested this formula by inputting it in a normal cell. It returned TRUE / FALSE correctly.
However when I put this in a conditional formatting rule, Excel tells me to check my formula again and refuses to process it.
Last edited: