<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dynamic Ranges to Find and Plot Desired Columns</title>
	<atom:link href="http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/comment-page-1/#comment-31502</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 21 Apr 2010 22:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=51#comment-31502</guid>
		<description>Ryan -

You can take the table-based approach further. The table would have one row for each series, and one column for marker shape, marker size, marker foreground color, marker background color, line color. Loop through each series in the chart; series 1 uses the info in row 1, etc. If there are more rows than series, no problem. If there are more series, you just need to bail out when a row is blank.</description>
		<content:encoded><![CDATA[<p>Ryan -</p>
<p>You can take the table-based approach further. The table would have one row for each series, and one column for marker shape, marker size, marker foreground color, marker background color, line color. Loop through each series in the chart; series 1 uses the info in row 1, etc. If there are more rows than series, no problem. If there are more series, you just need to bail out when a row is blank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/comment-page-1/#comment-31463</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=51#comment-31463</guid>
		<description>Here&#039;s one maybe you could help me with, if you would be so kind. 

I have a chart with a dynamic range.  I have certain marker/line types/colors I would prefer each series in the chart to have.  

For example if my dynamic chart has 5 series and I do the traditional double click on the series 5 line and change the marker from an x to a triangle, then I take away series 5, and if I bring back series 5 again the marker type is back to the default x in the chart. 

The funny thing is I have another workbook with a dynamic chart where the chart remembers what my settings were when I take away and then add a series back to it.....   Not sure if there is a setting/option I am not aware of... 

One idea I had was to record a macro of me going into each series and changing it to the settings I want... then I would have to have an if statement to skip the operation if a series did not exist... that solution seems like a real pain and I am hoping someone has a better idea for me.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s one maybe you could help me with, if you would be so kind. </p>
<p>I have a chart with a dynamic range.  I have certain marker/line types/colors I would prefer each series in the chart to have.  </p>
<p>For example if my dynamic chart has 5 series and I do the traditional double click on the series 5 line and change the marker from an x to a triangle, then I take away series 5, and if I bring back series 5 again the marker type is back to the default x in the chart. </p>
<p>The funny thing is I have another workbook with a dynamic chart where the chart remembers what my settings were when I take away and then add a series back to it&#8230;..   Not sure if there is a setting/option I am not aware of&#8230; </p>
<p>One idea I had was to record a macro of me going into each series and changing it to the settings I want&#8230; then I would have to have an if statement to skip the operation if a series did not exist&#8230; that solution seems like a real pain and I am hoping someone has a better idea for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/comment-page-1/#comment-31380</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=51#comment-31380</guid>
		<description>That helped, Thanks!</description>
		<content:encoded><![CDATA[<p>That helped, Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/comment-page-1/#comment-31370</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 20 Apr 2010 17:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=51#comment-31370</guid>
		<description>Ryan -

I show something similar in &lt;a href=&quot;http://peltiertech.com/WordPress/split-data-range-into-multiple-chart-series-without-vba/&quot; title=&quot;Split Data Range into Multiple Chart Series without VBA » Peltier Tech Blog&quot; rel=&quot;nofollow&quot;&gt;Split Data Range into Multiple Chart Series without VBA&lt;/a&gt;, where I split two columns into separate series based on the city name in a third column.</description>
		<content:encoded><![CDATA[<p>Ryan -</p>
<p>I show something similar in <a href="http://peltiertech.com/WordPress/split-data-range-into-multiple-chart-series-without-vba/" title="Split Data Range into Multiple Chart Series without VBA » Peltier Tech Blog" rel="nofollow">Split Data Range into Multiple Chart Series without VBA</a>, where I split two columns into separate series based on the city name in a third column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://peltiertech.com/WordPress/dynamic-ranges-to-find-and-plot-desired-columns/comment-page-1/#comment-31365</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=51#comment-31365</guid>
		<description>Dynamic Chart Series Controlled by Numbering Columns 

--------------------------------------------------------------------------------

I have a large block of data and I want to be able to number columns like 2,2,2 1,1,1,1 3,3,3,3,3 and have each of the columns numbered 1&#039;s, 2&#039;s, and 3&#039;s each be automatically plotted as a series in an xy scatter plot. 


The numbers will be consecutive as far as 1,1,1,1 each column will be next to one another, but then between 2,2,2 and 1,1,1,1 there could be data/blank columns in between. And the numbers groupings may not be consecutive as I showed in my first example in the paragraph above. 

Thanks for any help!

-Ryan</description>
		<content:encoded><![CDATA[<p>Dynamic Chart Series Controlled by Numbering Columns </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>I have a large block of data and I want to be able to number columns like 2,2,2 1,1,1,1 3,3,3,3,3 and have each of the columns numbered 1&#8242;s, 2&#8242;s, and 3&#8242;s each be automatically plotted as a series in an xy scatter plot. </p>
<p>The numbers will be consecutive as far as 1,1,1,1 each column will be next to one another, but then between 2,2,2 and 1,1,1,1 there could be data/blank columns in between. And the numbers groupings may not be consecutive as I showed in my first example in the paragraph above. </p>
<p>Thanks for any help!</p>
<p>-Ryan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

