I would like to add a check for blanks in the following formula using 2 date columns. My current formula is returning a "yes" when there are blank cells. I am using this for a KPI metric.
=IF([KPI | Actual Sizing Completion]7 <= [KPI | Target Sizing Completion]7, "yes", "no")
I have tried numerous combinations of ISBLANK, "", Date but cannot get the correct syntax.
Please help
Thanks,
Jeff Simper