I want to have a crosstab with names in rows and $ amount groups in columns but I want the columns to be ranges of $ amounts
$1000-$2499 | $2500 - $4999 | $5000 - $9999
etc.
I know it's possible to write a formula to assign a $ range to a name based on a summary, but the cross tab won't allow this kind of calculating formula to be a column. A top N report will sort by amount but I don't see any way to group the amounts so that every different interim $ amount is not displayed. I'm interested in just the ranges. Is there any clever way to accomplish this?
$1000-$2499 | $2500 - $4999 | $5000 - $9999
etc.
I know it's possible to write a formula to assign a $ range to a name based on a summary, but the cross tab won't allow this kind of calculating formula to be a column. A top N report will sort by amount but I don't see any way to group the amounts so that every different interim $ amount is not displayed. I'm interested in just the ranges. Is there any clever way to accomplish this?