I am doing some simple stats for our site - eventually we will use a proper BI tool but for now a spreadsheet will do. I want to show member numbers over time and by country. So it is the running total for each country xaxis is time, y is cumulative number and there would be an ascending line for each country.
The data set is a list of users and includes the date of joining, I have columns for Month and Year, and their home country.
What is the best way of doing this?
Thank you
This is a small sample file, the Person tab is the data:
Users.ods (34.4 KB)