Share via

Empty cell show: "None"

Tracie Currier 0 Reputation points
2026-02-17T17:44:45.4066667+00:00

When creating a pivot table I enter "None" under pivot table options/Layout & Format/Format/For empty cells show: "None". It still shows (blank).

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Hendrix-C 12,520 Reputation points Microsoft External Staff Moderator
    2026-02-17T21:09:02.72+00:00

    Hi @Tracie Currier,

    Thank you for posting your question in the Microsoft Q&A forum.

    According to your concern, the steps you have taken are correct and Excel should correctly show the blank cells as None instead of blanks. I have also tested in my testing environment (Excel version 2601 build 19628.20106) and the feature is working properly without any problems:

    User's image

    Therefore, there is a possibility that the source data is not truly blank cells, but it can be "" or spaces cells. You can quickly verify by using the formula =ISBLANK(an empty cell in the Pivot table). If the result is FALSE, it means that the cell is not completely blank and causing the format is not working for the blank cells in the Pivot Table.

    Please understand that my initial response may not always resolve the issue immediately. However, with your help and more detailed information, we can work together to find a solution. 

    Thank you for your understanding and cooperation. I look forward to hearing from you


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Q&A Assist
    2026-02-17T17:44:55.6733333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you have set the option to show "None" for empty cells in your PivotTable but are still seeing blank cells, it may be due to the default behavior of the PivotTable. The DisplayNullString property controls whether a custom string is displayed in cells that contain null values. By default, this property is set to True, which means it should display the NullString value (which is an empty string by default).

    To ensure that the custom string "None" is displayed instead of a blank cell, you should check the following:

    1. Ensure that the DisplayNullString property is set to True.
    2. Set the NullString property to "None".

    If these properties are configured correctly and you are still experiencing issues, it may be worth checking if there are any other settings or filters applied to your PivotTable that could be affecting the display of empty cells.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.