Hello! Got a problem that's confusing me because I'm used to Excel and can't find a way to do this on SmartSheets.
Context: I have a CSV that I export from a database that contains info about design issues such as ID #, Status, Create on Date, Updated on Date. I'm using Smartsheets as a project management tool and I'm trying to make some visualizations that show this data better. The data set has to be exported weekly and uploaded to smartsheets every time since there's no datalink currently without getting into the API of that platform (later problem)
What I'm trying to do: Create a multiline chart that shows the number of issues create on dates compared to the number of issues closed on dates. See image for both charts I'm attempting to combine. These charts are currently being created using 2 separate Reports. Top one has a filter that only shows issues with a "Closed" status and I pull the date from the "Updated on" date. The other chart is a summarization of all issues regardless of status with groups, and summarizations.
Specific Issue I'm having: I can't get these two reports into a multiline chart to see how the closed issues compare to the open issues. I was thinking I'd generate a list of unique dates from both columns, do a COUNTIF next to it, and then generate the chart from there. I just can't pull a unique set. These dates will also change as the project progresses so it's not like I'll have specific dates to choose. I supposed I could pull it by specific ranges such as weekly.
Example of rough formula: COUNTIF(date is between 1/1/2025 and 1/7/2025), and then do this for every date in the project. This is also a proof-of-concept dashboard that I plan on using on all my projects in the future so being able to apply it to more projects, potentially several years long, would be beneficial.
My head is kinda spinning from thinking too much about this and was hoping someone in this smartsheet world could help me out! Thank you in a advance!
Raw Data Export with lots of columns hidden: