bertusavius
Board Regular
- Joined
- Feb 28, 2008
- Messages
- 82
I have some experience in creating frequency distributions in Excel using SUMPRODUCT, VLOOKUPS or Array formulas.
But at the moment I am trying to use Power Pivot for various reasons (amongst other things the size of the dataset)
What would be the best approach to creating a frequncy distribution in the following situation:
---
I have a table in which every row contains a time value (hh:mm:ss)
I have another table in wich the distribution is defined like this:
start ----| stop ----| code
06:00:00 | 06:59:00 | 6-7
07:00:00 | 07:59:00 | 7-8
etc (open for changes)
---
Can I create a calculated column in which the code is assigned to each row, or is there a better way (perhaps within the pivot table)?
But at the moment I am trying to use Power Pivot for various reasons (amongst other things the size of the dataset)
What would be the best approach to creating a frequncy distribution in the following situation:
---
I have a table in which every row contains a time value (hh:mm:ss)
I have another table in wich the distribution is defined like this:
start ----| stop ----| code
06:00:00 | 06:59:00 | 6-7
07:00:00 | 07:59:00 | 7-8
etc (open for changes)
---
Can I create a calculated column in which the code is assigned to each row, or is there a better way (perhaps within the pivot table)?