Hi,
So, I'm trying to build a basic table, using ‘table’, with an age group, number people within that age group, percent of total and cumulative percent:
It's the cumulative percent that baffles me... I can make it this far, but that's about it:

This is how the data is organised:

Such a basic question, but any ideas/solutions would be great, thanks!
Anders
So, I'm trying to build a basic table, using ‘table’, with an age group, number people within that age group, percent of total and cumulative percent:
Age group | Sum of age group | Percent of total | Cumulative percentage |
0-17 år | 5 | 16.67 | 16.67 |
18-30 år | 21 | 70 | 86.67 |
30+ år | 4 | 13.33 | 100 |
This is how the data is organised:
Such a basic question, but any ideas/solutions would be great, thanks!
Anders
Comment