I want to color the line by target date.
and set formatting rule as
if date is "2023/02/21", the background at that line should be changed to "pink"...
However, it doesn't work.
could you help me?
It does work, since "21/2/2023" represents a text and not a number, you need to use something as follows
=$C4="21/2/2023"*1
to get the row highlighted where the target dates is 21/2/2023, make it absolute relative reference as $C4 in your example .
Refer the applies to in screen-prints