Pivot table question

dixiebritt

Board Regular
Joined
Jan 8, 2014
Messages
63
I have a pivot table to count the number of clients billed per quarter. The quarters only have a number in the total if they had Billings ; otherwise it is blank. I have one branch who had billing in q1 , but none in the remaining. However my pivot shows the same number billed in q1 in the remaining. Why would this count “blank” cells? Hope I am explain this correctly
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
What's the formula you are using? Does this seem to occur with other clients who aren't billed every quarter?
 
Upvote 0
=IF(SUM(Q2:AC2)=0,"",SUM(Q2:AC2))

if there is no data in Cells Q2:AC2, it leaves it "" (blank). however, my pivot table is still showing "5" clients billed for that quarter, although the result is blank. Hoep that makes sense?
 
Upvote 0
If it's missing numbers, I'd say check the cells to make sure none of them are formatted as text. If it's adding extra numbers, check for hidden columns, cells that may have a white font, or formulas that may have been changed due to inserting/deleting cells.
 
Upvote 0
Is each row a quarter or do you have a COUNTIFS/SUMIFS formula that is subtotaling the quarters?
 
Upvote 0
Column A (has company names) Columnns Q-AC, have their billings and AD - is the formula to add the billings for each client. If they didn't have billing for quarter, AD is empty. I want the pivot table to only count the number of clients who had billings for the quarter.
 
Upvote 0

Forum statistics

Threads
1,215,528
Messages
6,125,338
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top