B
benji21
I'm working with cellphone info. In one column is the category of
minutes (Weekend, anytime, etc) and in an adjacent column is the number
of minutes for the call. Is there a way to pull the sum of all where the
value of teh category column is set to a specific value (eg sum of
anytime minutes used)? I'm coming more from a database world and the
SQL woudln't be too tough but this is different... I thought about
applyingn a sort based on the category and then manually defining a sum
range, but is there a way without resorting? Thanks...
-Ben
minutes (Weekend, anytime, etc) and in an adjacent column is the number
of minutes for the call. Is there a way to pull the sum of all where the
value of teh category column is set to a specific value (eg sum of
anytime minutes used)? I'm coming more from a database world and the
SQL woudln't be too tough but this is different... I thought about
applyingn a sort based on the category and then manually defining a sum
range, but is there a way without resorting? Thanks...
-Ben