Forum Discussion

R-o-x-o's avatar
R-o-x-o
Copper Contributor
Apr 04, 2019
Solved

Challenging Conditional Formatting Question

Hi all,   I have a spreadsheet used for project management. In one column I have "Deadline Agreed" data, which basically contains a date dd/mm/yy (if agreed with a counterparty) or if a date hasn't...
  • Twifoo's avatar
    Apr 04, 2019

    Select the cells you want to conditionally format and enter this conditional formatting formula:
    =NOT(ISNUMBER(A2))
    The foregoing formula assumes that your dates start in A2.