Please help... looking for a solution where the cell in column K is not blank, the date is older than 15 days AND the adjacent cell is blank. I have a formula that works for the first two requirements but not if the adjacent cell is blank.
=IF(ISBLANK($K1),0,$K1<TODAY()-15)
=IF(ISBLANK($K1),0,$K1<TODAY()-15)