<?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: Displaying Zipcodes in a Word Mailmerge</title>
	<atom:link href="http://www.ptraining.com/blog/2005/08/displaying-zipcodes-in-a-word-mailmerge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ptraining.com/blog/2005/08/displaying-zipcodes-in-a-word-mailmerge/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=displaying-zipcodes-in-a-word-mailmerge</link>
	<description>Tips, tricks, news, and opinions for business computer users</description>
	<lastBuildDate>Wed, 25 Apr 2012 04:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Don (Pioneer Training)</title>
		<link>http://www.ptraining.com/blog/2005/08/displaying-zipcodes-in-a-word-mailmerge/comment-page-1/#comment-48043</link>
		<dc:creator>Don (Pioneer Training)</dc:creator>
		<pubDate>Tue, 21 Feb 2012 19:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ptraining.com/?p=2#comment-48043</guid>
		<description>Well, if you want only the rows with numbers, you need a macro in order to skip the unneeded rows. If you are willing to write the formula, then copy/paste values, sort to move the blank rows to the bottom, you can get away with a formula. Or rather 3 formulas. 
Assume the data is in Sheet 1 in cols A, B, C, starting on row 2, with column titles in row 1 on both sheets.
In sheet 2, write the following formulas:
A2: =If(C2=&quot;&quot;,&quot;&quot;,Sheet1!A2)
B2: =If(C2=&quot;&quot;,&quot;&quot;,Sheet1!B2)
C2: =if(isnumber(Sheet1!C2),Sheet1!C2,&quot;&quot;)

Copy the 3 formulas down as far as you need.
Select the formulas, copy them, then Paste Special/Values. This will convert the formulas to values. Sort the range by Col C and the cells with numbers will sort to the top.</description>
		<content:encoded><![CDATA[<p>Well, if you want only the rows with numbers, you need a macro in order to skip the unneeded rows. If you are willing to write the formula, then copy/paste values, sort to move the blank rows to the bottom, you can get away with a formula. Or rather 3 formulas.<br />
Assume the data is in Sheet 1 in cols A, B, C, starting on row 2, with column titles in row 1 on both sheets.<br />
In sheet 2, write the following formulas:<br />
A2: =If(C2=&#8221;",&#8221;",Sheet1!A2)<br />
B2: =If(C2=&#8221;",&#8221;",Sheet1!B2)<br />
C2: =if(isnumber(Sheet1!C2),Sheet1!C2,&#8221;")</p>
<p>Copy the 3 formulas down as far as you need.<br />
Select the formulas, copy them, then Paste Special/Values. This will convert the formulas to values. Sort the range by Col C and the cells with numbers will sort to the top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wealth Creation</title>
		<link>http://www.ptraining.com/blog/2005/08/displaying-zipcodes-in-a-word-mailmerge/comment-page-1/#comment-29330</link>
		<dc:creator>Wealth Creation</dc:creator>
		<pubDate>Thu, 25 Aug 2011 17:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ptraining.com/?p=2#comment-29330</guid>
		<description>I am trying to figure out how many widgets I need to order for every item listed. I have a sheet of items (rows) where for each row there may be a quantity needed or not. For each row that has an amount needed, I need to create another sheet with ONLY the rows where there is an actual need with the quantity needed, item name and state. Here is sample data of the listing in Worksheet A:

Name State Qty 
Apples WA 5 
Oranges FL 
Car MI 8 
Furniture VA 3 
Corn IN 

Notice that the Qty is empty in many of the rows. Desired output on Worksheet B: 

Name State Qty 
Apples WA 5 
Car MI 8 
Furniture VA 3 

So the output does not include the empty quantity records. I&#039;ve tried various vlookup formulas and others and am just having a hard time. I&#039;d prefer to do this with a formula rather than macro or such. Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I am trying to figure out how many widgets I need to order for every item listed. I have a sheet of items (rows) where for each row there may be a quantity needed or not. For each row that has an amount needed, I need to create another sheet with ONLY the rows where there is an actual need with the quantity needed, item name and state. Here is sample data of the listing in Worksheet A:</p>
<p>Name State Qty<br />
Apples WA 5<br />
Oranges FL<br />
Car MI 8<br />
Furniture VA 3<br />
Corn IN </p>
<p>Notice that the Qty is empty in many of the rows. Desired output on Worksheet B: </p>
<p>Name State Qty<br />
Apples WA 5<br />
Car MI 8<br />
Furniture VA 3 </p>
<p>So the output does not include the empty quantity records. I&#8217;ve tried various vlookup formulas and others and am just having a hard time. I&#8217;d prefer to do this with a formula rather than macro or such. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel Help &#124; keyongtech</title>
		<link>http://www.ptraining.com/blog/2005/08/displaying-zipcodes-in-a-word-mailmerge/comment-page-1/#comment-2050</link>
		<dc:creator>Excel Help &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 17:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ptraining.com/?p=2#comment-2050</guid>
		<description>[...] Excel Help     Don&#039;t send anything to the NE United States? :)  Try the suggestion here  http://blog.ptraining.com/2005/08/di...ord-mailmerge/ -- HTH, Barb Reinhardt    &quot;leisa.p&quot; wrote:  &gt; I am trying to do a mail merge from my [...]</description>
		<content:encoded><![CDATA[<p>[...] Excel Help     Don&#8217;t send anything to the NE United States? <img src='http://www.ptraining.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Try the suggestion here  <a href="http://blog.ptraining.com/2005/08/di...ord-mailmerge/" rel="nofollow">http://blog.ptraining.com/2005/08/di&#8230;ord-mailmerge/</a> &#8212; HTH, Barb Reinhardt    &quot;leisa.p&quot; wrote:  &gt; I am trying to do a mail merge from my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pioneer Training &#187; Blog Archives &#187; Index</title>
		<link>http://www.ptraining.com/blog/2005/08/displaying-zipcodes-in-a-word-mailmerge/comment-page-1/#comment-711</link>
		<dc:creator>Pioneer Training &#187; Blog Archives &#187; Index</dc:creator>
		<pubDate>Mon, 02 Jun 2008 14:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ptraining.com/?p=2#comment-711</guid>
		<description>[...] Displaying Zip Codes in a Word Mail Merge [...]</description>
		<content:encoded><![CDATA[<p>[...] Displaying Zip Codes in a Word Mail Merge [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

