Forum Discussion
slohombre
Sep 30, 2020Copper Contributor
Pivot Table Charts - How to make a chart title dynamic based on filter?
I'd like to make a filter selection and have the title update automatically on my pivot chart. How do I do this? Thanks for any help in advance. So - In the pic below, I'd like to change the filter f...
- Sep 30, 2020
You can make chart title dynamic by referencing it to pivot filter value.
To do this select chart title then in formula bar write - (using your example in screenshot)
=B2
Thanks !
lifeofgaurav
Sep 30, 2020Copper Contributor
You can make chart title dynamic by referencing it to pivot filter value.
To do this select chart title then in formula bar write - (using your example in screenshot)
=B2
Thanks !
Matheus_de_Andrade_Gay
Jun 24, 2021Copper Contributor
The trick is to type in the "formula bar" instead of "title chart box".