Any thoughts?
=ABS(SUMIF(Timestamp@row, <>"") - [Final Project Due Date]@row, <>"")
The following provides a positive value:
=ABS(SUM((Timestamp@row) - [Final Project Due Date]@row))
I need to find a way to exclude rows where dates were not entered so the column can be averaged.