Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Remove blank from pivot table

A Pivot Table report has many entries that are blank and will be filled in as
info. becomes available. The problem is the Pivot Table displays the word
"Blank". Is there any way to prevent that from displaying and it just shows
an entry line if there's nothing in the field?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Remove blank from pivot table

After to build your Pivot Table, click the down arrow that has the data with
the blanks in it, scroll down to the bottom of the list, and uncheck the box
that says (blank).

As an alternative, you can take a look at this:
http://www.eggheadcafe.com/software/...pivot-tab.aspx



Regards,
Ryan---


--
RyGuy


"Kishor Bhalerao" wrote:

A Pivot Table report has many entries that are blank and will be filled in as
info. becomes available. The problem is the Pivot Table displays the word
"Blank". Is there any way to prevent that from displaying and it just shows
an entry line if there's nothing in the field?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Remove blank from pivot table

Wait, there is one more thing you can do if you are using VBA code:
With ActiveSheet.PivotTables("PivotTable1").PivotFields ("State")
.PivotItems("(blank)").Visible = False
End With

This is just an example; you would certainly have to modify it for your
specific purposes.

Regards,
Ryan---

--
RyGuy


"Kishor Bhalerao" wrote:

A Pivot Table report has many entries that are blank and will be filled in as
info. becomes available. The problem is the Pivot Table displays the word
"Blank". Is there any way to prevent that from displaying and it just shows
an entry line if there's nothing in the field?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Remove blank from pivot table



"ryguy7272" wrote:

After to build your Pivot Table, click the down arrow that has the data with
the blanks in it, scroll down to the bottom of the list, and uncheck the box
that says (blank).

As an alternative, you can take a look at this:
http://www.eggheadcafe.com/software/...pivot-tab.aspx



Regards,
Ryan---


--
RyGuy


"Kishor Bhalerao" wrote:

A Pivot Table report has many entries that are blank and will be filled in as
info. becomes available. The problem is the Pivot Table displays the word
"Blank". Is there any way to prevent that from displaying and it just shows
an entry line if there's nothing in the field?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Remove blank from pivot table

Thanks for the help, but when i uncheck the box all the data hides, I just
want the "blank: word to be removed for eg.

Count of Names
Sr. No Names tel. No Total
1 Kishor 25413698 1
2 rajendra 18745986 1
3 vijay 15873695 1
4 David (blank) 1
5 sanjay 14598534 1
Grand Total 5

This is the example of pivot table which i have copied, I just want the word
"blank" to be removed.

"ryguy7272" wrote:

After to build your Pivot Table, click the down arrow that has the data with
the blanks in it, scroll down to the bottom of the list, and uncheck the box
that says (blank).

As an alternative, you can take a look at this:
http://www.eggheadcafe.com/software/...pivot-tab.aspx



Regards,
Ryan---


--
RyGuy


"Kishor Bhalerao" wrote:

A Pivot Table report has many entries that are blank and will be filled in as
info. becomes available. The problem is the Pivot Table displays the word
"Blank". Is there any way to prevent that from displaying and it just shows
an entry line if there's nothing in the field?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Remove word 'Blank' in pivot table

Hi

you can remove work 'Blank' from pivot table very easly. Select the column where word blank is coming, go to edit and select replace now in Find write (Blank) and in replace just press tab button two times then ok..... now you can see blank is removed from pivot..
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot table - remove worksheet Greg Excel Worksheet Functions 3 March 23rd 07 06:10 AM
Can you remove duplicates from Pivot Table? Mississauga99 Excel Discussion (Misc queries) 2 October 24th 06 04:39 PM
Remove "(blank)" in a pivot table? GunnarX Excel Discussion (Misc queries) 2 March 9th 06 09:07 PM
How do I remove the (blank) from an excel pivot table? MarkfromAZ Excel Discussion (Misc queries) 2 October 14th 05 01:43 PM
how to remove "(All)" in a pivot table using VBA Excel Discussion (Misc queries) 1 March 10th 05 01:34 PM


All times are GMT +1. The time now is 11:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"