Excel Pivot Chart Help - Pulling names that contributed to count (VBA?) -


i looking develop pivotchart of meaningful data related employees. lets it's graph of employees infractions month.

we have graph graphs based on count of employees got infraction month. looking make easy management see graph , see names contributed large count month.

however, upon selecting pivot chart cell (lets march had lot of infractions on chart , want know part of it). upon double clicking cell, brings "show detail" window, select cell name since want know names - doesn't because puts names part of legend , screws chart.

what ways display names contributed count month? thinking along these lines: -upon mousing on data point of pivot chart, tooltip list of names -upon clicking on it, displays table @ bottom shows data table contributed month (including names).

anything along lines. appreciated, have experience vba - sadly not in excel yet.e

the best solution check pivottable associated pivotchart.

when show detail on chart change mirrored in pivottable.

for more information check out overview of pivottable , pivotchart reports @ office.microsoft.com


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -