Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Conditional Formatting with a formula at Excel doesn't work

I want to color the line by target date.

I made table like this
enter image description here

and set formatting rule as
enter image description here
if date is "2023/02/21", the background at that line should be changed to "pink"…

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

However, it doesn’t work.

could you help me?

My expectation is changing background color like thisenter image description here

>Solution :

It does work, since "21/2/2023" represents a text and not a number, you need to use something as follows

enter image description here

=$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

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading