I am trying to troubleshoot the following formula
=IF(ISBLANK($J4), SUM($K4+30), SUM($J4+30)) where J4 & K4 are date fields.
When a date is is not entered in either J4 or K4, this formula displays dates based on the year 1900. How do I fix this to show a blank cell?
Thank you in advance.
Roy
=IF(ISBLANK($J4), SUM($K4+30), SUM($J4+30)) where J4 & K4 are date fields.
When a date is is not entered in either J4 or K4, this formula displays dates based on the year 1900. How do I fix this to show a blank cell?
Thank you in advance.
Roy