I´m using conditional formatting in a range of cells to indicate the tasks which are completed in green text. In additional to turning it to green text, I want to add a tick mark at the end of the task based on the same conditional formatting. I know to insert a tick mark in a text, add a tick mark in a cell based on the value in another cell etc. I searched internet, but couldn´t find a solution to add tick mark at the end of the text in a cell using conditional formatting. Can experts in this forum help please?
Consider the sample tables below.
Table 1 has the conditional formatting where the text in all columns in a row turns green when status is complete. This is simple conditional formatting & works correctly.
Table 2 shows what I need with a tick mark added at the end of the task when the status is complete. This is in addition to turning the text green in all columns green in a row where status is complete.
Consider the sample tables below.
Table 1 has the conditional formatting where the text in all columns in a row turns green when status is complete. This is simple conditional formatting & works correctly.
Book1 | |||||
---|---|---|---|---|---|
B | C | D | |||
2 | # | Task | Status | ||
3 | 1 | Task 1 | In progress | ||
4 | 2 | Task 2 | Complete | ||
5 | 3 | Task 3 | Complete | ||
6 | 4 | Task 4 | In progress | ||
7 | 5 | Task 5 | In progress | ||
Sheet1 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B3:D7 | Expression | =$D3="complete" | text | NO |
Table 2 shows what I need with a tick mark added at the end of the task when the status is complete. This is in addition to turning the text green in all columns green in a row where status is complete.