dixiebritt
Board Regular
- Joined
- Jan 8, 2014
- Messages
- 63
[TABLE="width: 960"]
<tbody style="box-sizing: inherit; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased; text-size-adjust: none;">[TR]
[TD]Customer Name
[/TD]
[TD]Wk1[/TD]
[TD]wk2[/TD]
[TD]wk3[/TD]
[TD]wk4[/TD]
[TD]wk5[/TD]
[TD]wk6[/TD]
[TD]wk7[/TD]
[TD]wk8[/TD]
[TD]wk9[/TD]
[TD]wk10[/TD]
[TD]wk11[/TD]
[TD]wk12[/TD]
[TD]wk13[/TD]
[TD]Qtr total[/TD]
[/TR]
[TR]
[TD]Pipeline 88[/TD]
[TD]8900[/TD]
[TD]8900[/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(SUM(B2:N2)-0,"",SUM(B2:N2)
[/TD]
[/TR]
[TR]
[TD]Well 2028[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Well 5783[/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(SUM(B2:N2)-0,"",SUM(B2:N2)[/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]This mock spreadsheet is an example of what I am running currently, with the formula in Qtr Total, the way i have it set. I want the cell to remain "blank" if there was no billing in Wks of the quarter. With that said, I have a pivot table, where I want to count the number of billed clients for the Quarter. If we use this as my example and run the pivot table counting the number of billed clients, the result is still showing 3. is there a way to prevent this from only counting those clients who had billing numbers? [/FONT]
<tbody style="box-sizing: inherit; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased; text-size-adjust: none;">[TR]
[TD]Customer Name
[/TD]
[TD]Wk1[/TD]
[TD]wk2[/TD]
[TD]wk3[/TD]
[TD]wk4[/TD]
[TD]wk5[/TD]
[TD]wk6[/TD]
[TD]wk7[/TD]
[TD]wk8[/TD]
[TD]wk9[/TD]
[TD]wk10[/TD]
[TD]wk11[/TD]
[TD]wk12[/TD]
[TD]wk13[/TD]
[TD]Qtr total[/TD]
[/TR]
[TR]
[TD]Pipeline 88[/TD]
[TD]8900[/TD]
[TD]8900[/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(SUM(B2:N2)-0,"",SUM(B2:N2)
[/TD]
[/TR]
[TR]
[TD]Well 2028[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Well 5783[/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]10000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(SUM(B2:N2)-0,"",SUM(B2:N2)[/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]This mock spreadsheet is an example of what I am running currently, with the formula in Qtr Total, the way i have it set. I want the cell to remain "blank" if there was no billing in Wks of the quarter. With that said, I have a pivot table, where I want to count the number of billed clients for the Quarter. If we use this as my example and run the pivot table counting the number of billed clients, the result is still showing 3. is there a way to prevent this from only counting those clients who had billing numbers? [/FONT]