How do I stop my Pivot tables from spelling out (blank)?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever I have blank cells in the source data for my pivot tables in Excel,
instead of the table returning a blank value, it spells out "(blank)". Is
there any way to return a blank value, other than through changing all of the
blank cells in the source data to " "?
 
Dave,
Thank you for the reply- however I use one data source for several different
tables, and there are several fields that contain blanks. I think changing
the original source is probably the best solution. In the meantime, I took
your advice and wrote up a quick macro to find and replace the text-

Contextures is a very helpful site. Thank you and best regards,
PW
 
When I want cell to look empty, I use =""

I can still check for: =if(a1="",...) and it's easier to notice in the formula
bar than " ".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top