ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Refreshing pivot makes second data series line disappear from chart !!! (https://www.excelbanter.com/excel-discussion-misc-queries/93879-refreshing-pivot-makes-second-data-series-line-disappear-chart.html)

WhytheQ

Refreshing pivot makes second data series line disappear from chart !!!
 
I have a pivot chart with two data series plotted on it A and B
Series A is plotted against the primary Y-axis, and series B against
the secondary Y-axis....trouble is that when the pivot table is
refreshed the line for series B totally disapears off the chart - does
anyone know how to get around this?

Any help greatly appreciated.
Jason


robert111

Refreshing pivot makes second data series line disappear from chart !!!
 

go back to ordinary pivot table and plot an ordinary chart from it. If
the number of rows can vary, you will need a IF formula that ignores:

blanks
the data header
grand total


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=551779


WhytheQ

Refreshing pivot makes second data series line disappear from chart !!!
 
Cheers Robert,
I've not got too much experience with charts!
How do I plot an ordinary chart from a pivot? ... whenever I try to
construct a chart from the data in the pivot it reverts to a pivot
chart !

Any help greatly appreciated
J

robert111 wrote:

go back to ordinary pivot table and plot an ordinary chart from it. If
the number of rows can vary, you will need a IF formula that ignores:

blanks
the data header
grand total


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=551779



robert111

Refreshing pivot makes second data series line disappear from chart !!!
 

extract the data from the pivot table by , say, if output is in column
G,

=if ( G3="","",if g3="grand total","",g3))

then copy this down a few hundred rows

this only pulls data and ignores blanks and the last row which is grand
total.

now just highlight the data and click on chart wizard and follow it
through.


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=551779


robert111

Refreshing pivot makes second data series line disappear from chart !!!
 

extract the data from the pivot table by , say, if output is in column
G,

=if ( G3="","",if g3="grand total","",g3))

then copy this down a few hundred rows

this only pulls data and ignores blanks and the last row which is grand
total.

now just highlight the data and click on chart wizard and follow it
through.


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=551779



All times are GMT +1. The time now is 08:38 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com