Forum Discussion
Conditional Formatting if date is past And Cell is Blank
- beccasmeFeb 17, 2022Copper Contributor
TemiT20 Hello! This formula was also helpful for me. I am hoping you have time to help me with a modification? Is there another variable I can add to restrict it to read only the row that it is in? I have values in a table, but for what is blank beneath it, it still highlights all blank cells. I tried the formula below, but that is just highlighting my header row for reasons I can't explain.
=IF(AND($H2<TODAY(),$J2="",NOT(ISBLANK($A2))),1,0)
- John_BloggsRNICHOLS3Apr 04, 2023Copper Contributor
beccasme what is your formula doing?
- OliverScheurichFeb 18, 2022Gold Contributor
=IF(AND($H2<TODAY(),$J2="",NOT(ISBLANK($A2))),1,0)
I tried your formula and applied it to range
=$A$2:$J$20
and it works well in my sheet.
- beccasmeFeb 18, 2022Copper Contributor
OliverScheurich Hi! Something seems to not work correctly. When I enter a value in A or J, the row above highlights, instead of the row that should meet the condition. Or even if J is blank, it highlighted the middle row. (See attached screen shot)
ā
I was also defining by entire rows because the table is intended to grow over time, instead of giving it a definite end row value. When I do that, it highlights the header. I'm not sure what I'm doing wrong.