I've got a sheet with a "Start" column and a "Today" column. I want this formula;
=NETDAYS(Start25, TODAY25)
To display the number of days as a negative if the Start was prior to TODAY or as a positive if the Start is after TODAY.
Currently, my displayed results are opposite to that.