We are using smartsheet to track issues from UAT and I want to be able to report on the number of issues added each day, and closed each so I can create a bar chart for the dashboard.
I was able to calculate the number of new each day with this formula using the system created date column.
I have a field for status and I believe that when I change the status to closed I should be able to use the modified colum.
=COUNTIF(Created:Created, =(TODAY()))
Thanks for the assistance