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

This worked exactly for what I needed!
This is the formula I used

=TO_TEXT(Project & char(10) & Description)

Thank you!