Hello! I have a number of different values in a field:
Total Time:
1, 6, 2.4, 32, 8,....
I need to chart this data, in increments of 2 minutes. The Y axis would have the number of cases - just a simple count.
So, the 1 would fall into the '0-2 minutes' group, the 6 would fall into the '2-4 minutes' group, etc. I need these increments to go up to 60 minutes. Is there a quick way to create these groups - by formula, or in a line chart? I've been entering them 1 by 1, if x then 'group 1' else, if x, then 'group 2', etc... The code is getting a bit long!
Any help is appreciated!
CJ
Total Time:
1, 6, 2.4, 32, 8,....
I need to chart this data, in increments of 2 minutes. The Y axis would have the number of cases - just a simple count.
So, the 1 would fall into the '0-2 minutes' group, the 6 would fall into the '2-4 minutes' group, etc. I need these increments to go up to 60 minutes. Is there a quick way to create these groups - by formula, or in a line chart? I've been entering them 1 by 1, if x then 'group 1' else, if x, then 'group 2', etc... The code is getting a bit long!
Any help is appreciated!
CJ