Formula returning #VALUE error
Simple enough formula to calculate number of days between two dates. Don't understand getting #VALUE error. My trouble-shooting skill are not so hot.
=IF(ISBLANK([@[Date Eligibility Review Complete]]),"",DAYS([@[Date Eligibility Review Complete]],[@[Date App Submitted]]))
|