epardo87
Board Regular
- Joined
- Feb 24, 2015
- Messages
- 56
Hello there,
I have a table where each row is a different Date (Event) and each column contains different statistical data, what I want to do is to create a dynamic chart where each row adds up the data of the previous events, some columns can be a simple sum and others complex formulas, I can manage that, but what I haven't figure out is how to make each row grow... I leave this simple example here, I know how to do this with a simple spreadsheet and formulas for each cell but since the actual tables are huge, I would like to know if there is a way to do it through dynamic tables
So this is and idea of what I have, each row contains stats of that specific event
What I expect to have is a table of progressive added up stats:
Thanks in advance for your time and advice
Regards!
I have a table where each row is a different Date (Event) and each column contains different statistical data, what I want to do is to create a dynamic chart where each row adds up the data of the previous events, some columns can be a simple sum and others complex formulas, I can manage that, but what I haven't figure out is how to make each row grow... I leave this simple example here, I know how to do this with a simple spreadsheet and formulas for each cell but since the actual tables are huge, I would like to know if there is a way to do it through dynamic tables
So this is and idea of what I have, each row contains stats of that specific event
Date | Stat A | Stat B | Stat C (=A/B) |
1/1 | 5 | 10 | 0.50 |
1/2 | 4 | 20 | 0.20 |
1/3 | 6 | 15 | 0.40 |
What I expect to have is a table of progressive added up stats:
Date | Progressive Stat A | Progressive Stat B | Progressive Stat C (=A/B) |
1/1 | 5 | 10 | 0.50 |
1/2 | 9 | 30 | 0.30 |
1/3 | 15 | 45 | 0.33 |
Thanks in advance for your time and advice
Regards!