AccessHelp123
Programmer
Hi,
I have an excel worksheet that contains the following data.
ID Feature Planned_Delivery Actual_Delivery
1 F1 1 1
2 F1 1 1
3 F2 1 2
4 F2 1 2
5 F2 2 2
6 F3 3 3
7 F3 3 3
8 F3 3 4
9 F3 4 4
I am trying to create a pivot table that displays Feature in the row labels.
In the columns I am trying to display the count of Planned delivery and count of Actual Delivery
if delivery = 1. So for this data the pivot table should look like below.
Feature Count_of_Planned_Delivery Count_of_Actual_Delivery
F1 2 2
F2 2 0
F3 0 0
How can I accomplish this? Do I need to use custom fields with a countif function? I got some error when I tried to use countif in the custom filed.
Appreciate any help.
Thanks.
I have an excel worksheet that contains the following data.
ID Feature Planned_Delivery Actual_Delivery
1 F1 1 1
2 F1 1 1
3 F2 1 2
4 F2 1 2
5 F2 2 2
6 F3 3 3
7 F3 3 3
8 F3 3 4
9 F3 4 4
I am trying to create a pivot table that displays Feature in the row labels.
In the columns I am trying to display the count of Planned delivery and count of Actual Delivery
if delivery = 1. So for this data the pivot table should look like below.
Feature Count_of_Planned_Delivery Count_of_Actual_Delivery
F1 2 2
F2 2 0
F3 0 0
How can I accomplish this? Do I need to use custom fields with a countif function? I got some error when I tried to use countif in the custom filed.
Appreciate any help.
Thanks.