I have a workflow set up to count in a range. It's rough but it does what I need. I'm trying to set it up as an app. There are 12 classes or formats and I'd like the user to be able to select one, all or any number inbetween. For each class chosen the app would output a report showing the numbers.
The end result:
Range Count
Above150 0
125_150 0
101_125 36
75_100 8
<75 0
Any ideas on this will be welcome!
Thanks!