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

On Wednesday, 15 May 2019 18:24:31 UTC+1, 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')


Brilliant! Thank you!