The cells are formatted as custom dd/mm/yyyy
- What are you writing as the Conditional Formatting rule? two options of highlight:
Format only cell contain > cell value > equal to > =today() > format with Yellow fill with dark Yellow texto
Format only cell contain > cell value > less then > =today() > format with Red fill with dark Red texto
- What do you expect as a result? To use the dates to calculate all my deadlines and highlight due dates and past due dates
- What is the actual content of the cells displaying True/False? Each one has a triangle in its upper left corner... What does the message indicate? What is the format of those cells? For this only consider the first line:
TODAY() was 14/11/2022 on the screen shot
in TRUE I'm using the function =J50=TODAY()
*J50 has this function =IF(ISBLANK(J11);"";WORKDAY(J11;2;holidays)) FALSE I'm using the same function struction=J32=TODAY()
*J32 has =IF(ISBLANK(J11);"";J11) The triangle says they are unprotected formulas.
Format is the same for all dates "custom dd/mm/yyyy
- the functions
- How does the Today() function factor into the issue? You don't even mention it in the message itself.
My point is, the source of the dates are the same, and the format as well, but depending on the function I'm using excel just don't read today() as being today. I clean the conditional formatting and did all from scratch and the results are the same. So I'm guessing the problem is in this argument: =IF(ISBLANK(J11);"";J11)