The Smartsheet above is referenced by multiple members of my organization, but I'd like to simplify some of the information for the members who only want to know specific metrics. I've obscured information that could be considered confidential.
I'd like to write formulas that report back the following information:
1. The number of documents that have been added to the sheet on the current day (for example, if 25 documents were added on 11/07 then the formula would report back 25, but if on 11/08 there were only 15 added then it would say 15).
2. The number of documents marked as "Complete" in the status column on the current day.
3. The number of documents that have been added but not marked as "Complete." I wrote a simple formula for this by just subtracting the number at the top of the "Total Complete" column from the number at the top of the "Total Requests" column.
I think I need to use the COUNTIFS function to start with on these formulas, but I'm struggling to find out how to make the formula only count cells that were changed or rows that were added on a specific date.
I'd also like to make the reports from these formulas filter into a report so that I can chart them in a dashboard.
Any help is greatly appreciated!
Thank you!
-Andrew