M
mikelee101
Hello,
I have a set of data that looks like this:
Rep Month Day Datapoint Value
Bob 3 1 In Calls 25
Steve 3 1 In Calls 18
Bob 3 1 Out Calls 27
Steve 3 1 Out Calls 32
Bob 3 2 In Calls 19
Steve 3 2 In Calls 36
Bob 3 2 Out Calls 29
Steve 3 2 Out Calls 31
I have a pivot table where I am trying to show Total Calls by
Datapoint (i.e. total In Calls and total Out Calls) per month, Daily
Average per rep by datapoint and Overall Daily Average by Datapoint.
Datapoint is my row field, and Month is my Column Field
The Total and the Daily Average Per Rep are easy (Sum of Value and
Average of Value). The one I'm having trouble with is the Average Per
Day by Datapoint. I'm assuming I'd use a calculated field, but don't
have a ton of experience with them. The formula I'd need, I assume,
would look something like this:
=Sum(Value)/Number of Unique values in Day
Any ideas how I can calculate the number of unique values in Day? Or
is there another way I can accomplish this? Using the sample data
above, I'd be looking for the following results:
Total In Calls 98
Total Out Calls 119
In Calls per Day 49
Out Calls per Day 59.5
In Calls per Rep per Day 24.5
Out Calls per Rep per Day 29.75
If anyone has any suggestions I'd greatly appreciate them.
Thanks,
Mike
I have a set of data that looks like this:
Rep Month Day Datapoint Value
Bob 3 1 In Calls 25
Steve 3 1 In Calls 18
Bob 3 1 Out Calls 27
Steve 3 1 Out Calls 32
Bob 3 2 In Calls 19
Steve 3 2 In Calls 36
Bob 3 2 Out Calls 29
Steve 3 2 Out Calls 31
I have a pivot table where I am trying to show Total Calls by
Datapoint (i.e. total In Calls and total Out Calls) per month, Daily
Average per rep by datapoint and Overall Daily Average by Datapoint.
Datapoint is my row field, and Month is my Column Field
The Total and the Daily Average Per Rep are easy (Sum of Value and
Average of Value). The one I'm having trouble with is the Average Per
Day by Datapoint. I'm assuming I'd use a calculated field, but don't
have a ton of experience with them. The formula I'd need, I assume,
would look something like this:
=Sum(Value)/Number of Unique values in Day
Any ideas how I can calculate the number of unique values in Day? Or
is there another way I can accomplish this? Using the sample data
above, I'd be looking for the following results:
Total In Calls 98
Total Out Calls 119
In Calls per Day 49
Out Calls per Day 59.5
In Calls per Rep per Day 24.5
Out Calls per Rep per Day 29.75
If anyone has any suggestions I'd greatly appreciate them.
Thanks,
Mike