Hi,
I am looking for a simple formula to count the difference between 2 dates in number of days.
Where 'Finish' is the completion date of project, and 'TODAY' is today's date, and the formula needs to calculate the difference between the two.
I have tired to use the following formula but it just returns #DATE EXPECTED:
=TODAY@row-Finish@row
I also tried this formula with the same result:
=NETDAYS(Finish@row, TODAY@row)
be glad of any help! 😉