ChrisCarrot
New Member
- Joined
- Jan 10, 2019
- Messages
- 9
Hi
Any help would be greatly appreciated as I'm a novice at pivot tables.
I have created a pivot table to summarise a large data set .
I have calculated the average size within the pivot table and a column that shows the max size allowed within spec.
What I would like to do is to have a column to say if the average size is lower than the max size (ie if I was writing a formula =IF(AverageSize<MaxSizeAllowed,"PASS","FAIL")
I have tried adding a calculated field, but it only shows the fields from the original data set, rather than the summarised Averages.
Any ideas? Thanks in advance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]AverageSize[/TD]
[TD]MaxSizeAllowed[/TD]
[TD]Within Spec?[/TD]
[/TR]
[TR]
[TD]Item 1[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Item 2[/TD]
[TD]7[/TD]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Item 3[/TD]
[TD]7[/TD]
[TD]7[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated as I'm a novice at pivot tables.
I have created a pivot table to summarise a large data set .
I have calculated the average size within the pivot table and a column that shows the max size allowed within spec.
What I would like to do is to have a column to say if the average size is lower than the max size (ie if I was writing a formula =IF(AverageSize<MaxSizeAllowed,"PASS","FAIL")
I have tried adding a calculated field, but it only shows the fields from the original data set, rather than the summarised Averages.
Any ideas? Thanks in advance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]AverageSize[/TD]
[TD]MaxSizeAllowed[/TD]
[TD]Within Spec?[/TD]
[/TR]
[TR]
[TD]Item 1[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Item 2[/TD]
[TD]7[/TD]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Item 3[/TD]
[TD]7[/TD]
[TD]7[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]