Hi,
I want to format the "false" cells in column D that are striked through, however, this seems impossible without an VBA code? Does anyone know how ? For example, it would be ideal to have a white background and font for the striked through false cells in column D.
I want to format the "false" cells in column D that are striked through, however, this seems impossible without an VBA code? Does anyone know how ? For example, it would be ideal to have a white background and font for the striked through false cells in column D.
Format text that are strikethroughed.xlsx | |||||
---|---|---|---|---|---|
B | C | D | |||
2 | Active | 1 | TRUE | ||
3 | Active | 2 | FALSE | ||
4 | Inactive | 2 | FALSE | ||
Sheet1 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
D2:D4 | Cell Value | =FALSE | text | NO |
D2:D4 | Cell Value | =TRUE | text | NO |
D2:D4 | Expression | =B2="Inactive" | text | NO |