<?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: Indispensable Excel Utilities</title>
	<atom:link href="http://peltiertech.com/WordPress/indispensable-excel-utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/</link>
	<description>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<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/indispensable-excel-utilities/comment-page-1/#comment-18454</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 29 Aug 2009 02:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-18454</guid>
		<description>Dale -

I don&#039;t know of another palette tool. I don&#039;t think it would be too hard to incorporate the ability to save custom palettes from the utility&#039;s interface, rather than by manually editing the worksheet. I&#039;ll put it onto my to-do list, which is only, oh, ten thousand items long.</description>
		<content:encoded><![CDATA[<p>Dale -</p>
<p>I don&#8217;t know of another palette tool. I don&#8217;t think it would be too hard to incorporate the ability to save custom palettes from the utility&#8217;s interface, rather than by manually editing the worksheet. I&#8217;ll put it onto my to-do list, which is only, oh, ten thousand items long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaleW</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-18447</link>
		<dc:creator>DaleW</dc:creator>
		<pubDate>Sat, 29 Aug 2009 01:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-18447</guid>
		<description>Jon -  great list of must have Excel add-ins.  In recent weeks I&#039;ve been working my way through it and keeping almost every one.  A couple including PUP6 were already favorites of mine.  

BTW, does no one offer a free color palette manager add-in for classic Excel that is, well, more powerful than your PaletteChooser.xls file?  (Yours is great -- and free -- but doesn&#039;t automatically save and name the current palette.)</description>
		<content:encoded><![CDATA[<p>Jon &#8211;  great list of must have Excel add-ins.  In recent weeks I&#8217;ve been working my way through it and keeping almost every one.  A couple including PUP6 were already favorites of mine.  </p>
<p>BTW, does no one offer a free color palette manager add-in for classic Excel that is, well, more powerful than your PaletteChooser.xls file?  (Yours is great &#8212; and free &#8212; but doesn&#8217;t automatically save and name the current palette.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-6072</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 10 Nov 2008 23:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-6072</guid>
		<description>ckz -

I&#039;m not sure if you&#039;re asking a simple question or if you need help coding your project. I&#039;ll assume it&#039;s the former.

You can use a dynamic range for your data validation list source.

If you&#039;re using VBA for dynamically creating worksheets, then you can use a few more lines to control population of thesee or other lists.</description>
		<content:encoded><![CDATA[<p>ckz -</p>
<p>I&#8217;m not sure if you&#8217;re asking a simple question or if you need help coding your project. I&#8217;ll assume it&#8217;s the former.</p>
<p>You can use a dynamic range for your data validation list source.</p>
<p>If you&#8217;re using VBA for dynamically creating worksheets, then you can use a few more lines to control population of thesee or other lists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ckz</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-6070</link>
		<dc:creator>ckz</dc:creator>
		<pubDate>Mon, 10 Nov 2008 21:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-6070</guid>
		<description>Working in excel.  I am using several worksheets with a drop down menu that define the users process, and a separate worksheet that helps them to calculate the cost of their processes.

I now want to tie all this information together, but the users may have varying processes.

So, I created a new worksheet where the user can define up to ten different processes.  5 processes and 5 hot processes.

From this newly created worksheet, I want the other worksheets to use this list as their dropdown menu.  The data validation list function only lets you create a list already in the workbook.  I want the drop-down lists not to show any blank cells, too.

In some of the worksheets where I do use data validation lists, the worksheets are dynamically created - meaning I have dialog boxes that are telling the program to insert or delete rows with text/formulas.  

Ultimately, I want my summary table to summarize the costs of each line item by water type.

Any suggestions on how I approach this issue?  

Thanks,
CKZ</description>
		<content:encoded><![CDATA[<p>Working in excel.  I am using several worksheets with a drop down menu that define the users process, and a separate worksheet that helps them to calculate the cost of their processes.</p>
<p>I now want to tie all this information together, but the users may have varying processes.</p>
<p>So, I created a new worksheet where the user can define up to ten different processes.  5 processes and 5 hot processes.</p>
<p>From this newly created worksheet, I want the other worksheets to use this list as their dropdown menu.  The data validation list function only lets you create a list already in the workbook.  I want the drop-down lists not to show any blank cells, too.</p>
<p>In some of the worksheets where I do use data validation lists, the worksheets are dynamically created &#8211; meaning I have dialog boxes that are telling the program to insert or delete rows with text/formulas.  </p>
<p>Ultimately, I want my summary table to summarize the costs of each line item by water type.</p>
<p>Any suggestions on how I approach this issue?  </p>
<p>Thanks,<br />
CKZ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zlatan24</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-2536</link>
		<dc:creator>zlatan24</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-2536</guid>
		<description>Where is fine tool-&lt;a href=&quot;http://www.recoverytoolbox.com/excel.html&quot; rel=&quot;nofollow&quot;&gt;how can recover an Excel sheet&lt;/a&gt;, it supports almost all existing versions of XLS and XLSX formats: Microsoft Excel 97, 2000, XP, 2002, 2003 and 2007 (xlsx repair), recover style of table, recover number formats (except colors, used in a number format), recover fonts, recover worksheets, recover columns width and rows height, recover cell data of workbook, recover all types of formula including functions, internal, external and name references, recover cells format (font, number format, line style, fill pattern, text orientation an alignment) recover colors of cells,recover colors of cell’s borders.</description>
		<content:encoded><![CDATA[<p>Where is fine tool-<a href="http://www.recoverytoolbox.com/excel.html" rel="nofollow">how can recover an Excel sheet</a>, it supports almost all existing versions of XLS and XLSX formats: Microsoft Excel 97, 2000, XP, 2002, 2003 and 2007 (xlsx repair), recover style of table, recover number formats (except colors, used in a number format), recover fonts, recover worksheets, recover columns width and rows height, recover cell data of workbook, recover all types of formula including functions, internal, external and name references, recover cells format (font, number format, line style, fill pattern, text orientation an alignment) recover colors of cells,recover colors of cell’s borders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-762</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 14 May 2008 13:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-762</guid>
		<description>Hi Julia -

I alluded to this problem when I mentioned cell linkages in the comments to &lt;a href=&quot;http://peltiertech.com/WordPress/2008/05/06/changes-to-charting-in-excel-2007/&quot; rel=&quot;nofollow&quot;&gt;Changes to Charting in Excel 2007&lt;/a&gt;. What I often do if the labels are critical is use a separate range next to my data table, and use some kind of lookups to put the records I want, including X and Y values and label text, into this range. The chart is made from this range, so that if I remove an item from the chartable data, everything, including labels, just moves up a row in the plot range.

It&#039;s too much for a post comment, but I&#039;ll add it to my burgeoning list of future topics.</description>
		<content:encoded><![CDATA[<p>Hi Julia -</p>
<p>I alluded to this problem when I mentioned cell linkages in the comments to <a href="http://peltiertech.com/WordPress/2008/05/06/changes-to-charting-in-excel-2007/" rel="nofollow">Changes to Charting in Excel 2007</a>. What I often do if the labels are critical is use a separate range next to my data table, and use some kind of lookups to put the records I want, including X and Y values and label text, into this range. The chart is made from this range, so that if I remove an item from the chartable data, everything, including labels, just moves up a row in the plot range.</p>
<p>It&#8217;s too much for a post comment, but I&#8217;ll add it to my burgeoning list of future topics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julia Dailey</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-761</link>
		<dc:creator>julia Dailey</dc:creator>
		<pubDate>Wed, 14 May 2008 13:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-761</guid>
		<description>Jon, I am looking for a way to retain the original text label of a data point when I filter a scatter chart.  Please help!

Julia</description>
		<content:encoded><![CDATA[<p>Jon, I am looking for a way to retain the original text label of a data point when I filter a scatter chart.  Please help!</p>
<p>Julia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-573</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 02 May 2008 04:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-573</guid>
		<description>Thanks Jon. Yep, they are getting better, some of the old code I come across makes me wince at times...we all have to learn, right?

Missed seeing you guys last week, maybe next year :-)</description>
		<content:encoded><![CDATA[<p>Thanks Jon. Yep, they are getting better, some of the old code I come across makes me wince at times&#8230;we all have to learn, right?</p>
<p>Missed seeing you guys last week, maybe next year :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-538</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 30 Apr 2008 10:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-538</guid>
		<description>Andrew -

As I mentioned, I don&#039;t use many utilities any more which are focused on end users. I wrote about the tools I have installed on my system, but I didn&#039;t have JMT Utilities installed. I have been watching over the past couple years while you&#039;ve added to it, and the latest feature set looks pretty impressive.</description>
		<content:encoded><![CDATA[<p>Andrew -</p>
<p>As I mentioned, I don&#8217;t use many utilities any more which are focused on end users. I wrote about the tools I have installed on my system, but I didn&#8217;t have JMT Utilities installed. I have been watching over the past couple years while you&#8217;ve added to it, and the latest feature set looks pretty impressive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://peltiertech.com/WordPress/indispensable-excel-utilities/comment-page-1/#comment-532</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 30 Apr 2008 06:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=63#comment-532</guid>
		<description>How about  JMT Excel Utilities? They&#039;re free too :-)

http://jmt.puremis.net/jmtutils</description>
		<content:encoded><![CDATA[<p>How about  JMT Excel Utilities? They&#8217;re free too :-)</p>
<p><a href="http://jmt.puremis.net/jmtutils" rel="nofollow">http://jmt.puremis.net/jmtutils</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
