• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Custom formatting

DJ

Member
Hi,


In reference to the technique mentioned at link: http://chandoo.org/wp/2012/05/07/displaying-text-values-in-pivot-tables-without-vba , I want to know if this technique can be used to display a different text in place of the actual text. I tried but it didn't work. Please suggest if any workaround is possible.


Thanks,

DJ
 
DJ


You can only place text values into ranges of Numeric values using a custom number formats like:

[>=1]"Yes";[<1]"No";
 
Back
Top