anationalacrobat
Technical User
I think I'm missing the easy way of doing this. I've worked out the long way already.
I have a range of pledge loss and refusals dumped from the database. Refusal for this year, dollar amount from year previous, and other info that's good to know. The simple pilot table right now is grouping everything by refusal type. So now I know I have 22 lost pledges due to death, 10 refusals, and so forth.
But now I need to group these pledges by dollar range. So these are the figures for $1 to $999, $1k to $9999, and $10k+.
The long way of doing this is adding a couple columns to the right of the dollar amount. First column checks to see if it's within the $1 to $999 range and prints "$1 to $999" if true, second column does "$1k to $9999", etc. Fourth column concatenates all three cells which should be value, blank and blank, blank, value, blank, etc. Then I should be able to group by that. Now theoretically I could put all of those tests in one cell with nested formula but I like splitting things out so I can catch errors more easily.
So that's my solution but I can't shake the feeling that I'm missing something here. It seems to me that this sort of grouping functionality should already be present in the pivot table and I'm just too thick to see it. But I've been wrong about that sort of thing before. I would have sworn up and down that there should be a native "distinct count" function in the pivot table that shouldn't require kludges in the data but, sadly, that's exactly what you need to do.
So, am I missing the obvious or is the kludge the only way to go?
I have a range of pledge loss and refusals dumped from the database. Refusal for this year, dollar amount from year previous, and other info that's good to know. The simple pilot table right now is grouping everything by refusal type. So now I know I have 22 lost pledges due to death, 10 refusals, and so forth.
But now I need to group these pledges by dollar range. So these are the figures for $1 to $999, $1k to $9999, and $10k+.
The long way of doing this is adding a couple columns to the right of the dollar amount. First column checks to see if it's within the $1 to $999 range and prints "$1 to $999" if true, second column does "$1k to $9999", etc. Fourth column concatenates all three cells which should be value, blank and blank, blank, value, blank, etc. Then I should be able to group by that. Now theoretically I could put all of those tests in one cell with nested formula but I like splitting things out so I can catch errors more easily.
So that's my solution but I can't shake the feeling that I'm missing something here. It seems to me that this sort of grouping functionality should already be present in the pivot table and I'm just too thick to see it. But I've been wrong about that sort of thing before. I would have sworn up and down that there should be a native "distinct count" function in the pivot table that shouldn't require kludges in the data but, sadly, that's exactly what you need to do.
So, am I missing the obvious or is the kludge the only way to go?