I'm using the formula
=IF(ISBLANK([Citizen Doc#]@row), "", IF(TODAY() > [Citizen Exp Date]@row, "Expired", ""))
that will show the word "Expired" if the conditions are met.
The correct records show the word "Expired".
My conditional formatting is to show a red background with white text.
It properly shows this in the fields with "Expired" in them.
But for some of the other blank records, it will also format them with the Red Background and White Text as well as some of the blank field records properly formatted.
I've tried the following:
- Formatting the entire a different background color in that column to see if that would correct things
- I've highlighted the Citizen Doc# fields that appear blank and deleted information in them, assuming there might be a space from accidentally pushing the space bar
- I've removed the conditional formatting for the column and re-entered it.
But nothing I've tried seems to work.
Any suggestions on how to remedy this?
I've attached a couple of screen shots.
Bert