For project tracking we have an original end date and an actual end date. At the beginning of a project the dates would be equal, if there is slippage and the date is different we would update actual end date to the new end date. We have a dashboard with a widget that shows the count of projects where the end date changed.
I have a the below formula, however I'm getting a return value of 0 and I can see end date changes for active projects.
=COUNTIFS({Status live}, "Active", {End Date Live}, <>{OG End Date Live})
I feel like maybe it is setting issue on my tracking sheet. Both of the columns are date values, set up as a date column and I believe restricted to dates only. I have my formula in a metric sheet so it can feed the dashboard
Thanks