View Single Post
  #24   Report Post  
Posted to microsoft.public.excel.misc
[email protected] c19kollam@gmail.com is offline
external usenet poster
 
Posts: 1
Default Using text values in Pivot Tables

On Wednesday, May 15, 2019 at 10:54:31 PM UTC+5:30, wrote:
go to values add value calculated field (at the bottom of the field list) set 'Summarize by' to 'Custom', and use the formula:

=TO_TEXT('field_title')


Great... your solution saved a lot of time for me.