Hi
Right click on the field, select Field Settings and Subtotals...None
This is a discussion on Pivot Table: Remove Total within the Excel Questions forums, part of the Question Forums category; In my pivot table i just added another colum in the left side, and after it completes a section corresponding ...
In my pivot table i just added another colum in the left side, and after it completes a section corresponding to a value of the previous column it puts a total column.
data 1 1
2
total 3
2 0
6
total 6
data2 1
2
Hi
Right click on the field, select Field Settings and Subtotals...None
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
- Guidelines For Posting
- Mr Excel Articles and PodCasts
- Display sheet using HTML Maker or Excel Jeanie
- Something that makes me laugh
- Please try to remember to use code tags when posting your VBA code: [code] Your code here [/code]
Thanks
how do i make the (blank) display nothing ""
Don't quite follow what you mean.
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
- Guidelines For Posting
- Mr Excel Articles and PodCasts
- Display sheet using HTML Maker or Excel Jeanie
- Something that makes me laugh
- Please try to remember to use code tags when posting your VBA code: [code] Your code here [/code]
Edit "(blank)" to make it " ".Thanks
how do i make the (blank) display nothing ""
Windows XP Pro/Office 2003 SP2
how do you edit "(blank)"
Click on the cell containing "(blank)", and enter " " in its place.how do you edit "(blank)"
You can edit any item in a PivotTable. For example, you can change 1 to "Yes" and 0 to "No".
Windows XP Pro/Office 2003 SP2
The cell does not allow nothing in a cell, the message is as follows:
"Cannot enter a null value as an item or field name in a PivotTable report"
Enter a space character... char(32), " ".The cell does not allow nothing in a cell, the message is as follows:
"Cannot enter a null value as an item or field name in a PivotTable report"
Windows XP Pro/Office 2003 SP2
Thanks so much
Bookmarks