Forum Discussion
R-o-x-o
Apr 04, 2019Copper Contributor
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...
- 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.
R-o-x-o
Apr 04, 2019Copper Contributor
Perfect just tried this and its worked :) Maybe wasn't that challenging after all!
Thanks for your help!!
Twifoo
Apr 04, 2019Silver Contributor
You’re right. It’s not really challenging, only if you know the function that is appropriate for your situation. Anyway, I’m glad to have helped you.