Hi,
I found partial solution for my problem in an older thread. I need to apply conditional formatting from merged cell to unmerged cells.
It works for 2 merged rows, but I would need to apply formatting to 4 rows. For 4 merged rows it's applied only to the first 2 rows.
If there is a text (x) in a B column, then formatting is applied to the rest of the row in the table.
Check the xl2bb.
I found partial solution for my problem in an older thread. I need to apply conditional formatting from merged cell to unmerged cells.
It works for 2 merged rows, but I would need to apply formatting to 4 rows. For 4 merged rows it's applied only to the first 2 rows.
If there is a text (x) in a B column, then formatting is applied to the rest of the row in the table.
Check the xl2bb.
Test plan HZB_EN_DE_test.xlsx | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | |||
2 | x | text | ||||||||||||||||||
3 | ||||||||||||||||||||
4 | x | text | ||||||||||||||||||
5 | ||||||||||||||||||||
6 | x | text | ||||||||||||||||||
7 | ||||||||||||||||||||
8 | x | text | ||||||||||||||||||
9 | ||||||||||||||||||||
10 | ||||||||||||||||||||
11 | x | text | ||||||||||||||||||
12 | ||||||||||||||||||||
13 | ||||||||||||||||||||
14 | ||||||||||||||||||||
15 | x | text | ||||||||||||||||||
16 | ||||||||||||||||||||
17 | ||||||||||||||||||||
18 | ||||||||||||||||||||
19 | x | text | ||||||||||||||||||
20 | ||||||||||||||||||||
21 | ||||||||||||||||||||
22 | ||||||||||||||||||||
23 | x | text | ||||||||||||||||||
24 | ||||||||||||||||||||
25 | ||||||||||||||||||||
26 | ||||||||||||||||||||
Tests |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B2:S9,B11:S26 | Expression | =OR(ISTEXT($B1),ISTEXT($B2)) | text | NO |