Hi im having trouble. Ive used a few formulas but the best i could get was it would highlight the cell (AB) if the date was greater than 14 days (AA) BUT it also highlighted all the blanks as well which isnt ideal.
The formula i used was
=AND(AA3<=(TODAY()-14),AB3="")
Any ideas to only highlight the cells where there is a date input in AA?
The formula i used was
=AND(AA3<=(TODAY()-14),AB3="")
Any ideas to only highlight the cells where there is a date input in AA?