<?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: The Whole Column</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-47595</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Sun, 04 Jul 2010 10:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-47595</guid>
		<description>&lt;p&gt;Angela: very useful and innovative. Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Angela: very useful and innovative. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41932</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Mon, 02 Nov 2009 06:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41932</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks Rob, Stuart &amp; Angela.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks Rob, Stuart &amp; Angela.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41925</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sun, 01 Nov 2009 12:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41925</guid>
		<description>&lt;p&gt;Rob, i think what Angela said was right, have you try it out?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rob, i think what Angela said was right, have you try it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41883</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Thu, 29 Oct 2009 01:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41883</guid>
		<description>&lt;p&gt;ashish:&lt;/p&gt;
&lt;p&gt;=IF(ISBLANK(B3), &quot;NR&quot;, IF(NOT(ISNA(MATCH(B3, &#039;CHECK DELTA&#039;!$A$3:$A$50000, 0))), &quot;D&quot;, &quot;P&quot;))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ashish:</p>
<p>=IF(ISBLANK(B3), &#8220;NR&#8221;, IF(NOT(ISNA(MATCH(B3, &#8216;CHECK DELTA&#8217;!$A$3:$A$50000, 0))), &#8220;D&#8221;, &#8220;P&#8221;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41869</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41869</guid>
		<description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I have one inventry related work sheet.&lt;/p&gt;
&lt;p&gt;in that sheet my product code is in sheet1 &amp; my query sheet is sheet 6&lt;br&gt;
i need sheet 6 if B3=blank than a3=&quot;NR&quot; if B3= &#039;sheet1!&quot;product code&quot; than a3=&quot;D&quot; and if b3 notequal to &#039;sheet1!&quot;product code&quot; than a3=&quot;P&quot;&lt;br&gt;
how can i do?&lt;br&gt;
i also try this formula =IF(ISBLANK(B3),&quot;NR&quot;,IF(B3=&#039;CHECK DELTA&#039;!$A$3:$A$50000,&quot;D&quot;,&quot;P&quot;)) but is not working.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I have one inventry related work sheet.</p>
<p>in that sheet my product code is in sheet1 &amp; my query sheet is sheet 6<br />
i need sheet 6 if B3=blank than a3=&#8221;NR&#8221; if B3= &#8216;sheet1!&#8221;product code&#8221; than a3=&#8221;D&#8221; and if b3 notequal to &#8216;sheet1!&#8221;product code&#8221; than a3=&#8221;P&#8221;<br />
how can i do?<br />
i also try this formula =IF(ISBLANK(B3),&#8221;NR&#8221;,IF(B3=&#8217;CHECK DELTA&#8217;!$A$3:$A$50000,&#8221;D&#8221;,&#8221;P&#8221;)) but is not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41865</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41865</guid>
		<description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I have one inventry related work sheet.&lt;/p&gt;
&lt;p&gt;in that sheet my product code is in sheet1 &amp; my query sheet is sheet 6&lt;br&gt;
i need sheet 6 if B3=blank than a3=&quot;NR&quot; if B3= &#039;sheet1!&quot;product code&quot; than a3=&quot;D&quot; and if b3 notequal to &#039;sheet1!&quot;product code&quot; than a3=&quot;P&quot;&lt;br&gt;
how can i do?&lt;br&gt;
 i also try this formula =IF(ISBLANK(B3),&quot;NR&quot;,IF(B3=&#039;CHECK DELTA&#039;!$A$3:$A$50000,&quot;D&quot;,&quot;P&quot;)) but is not working.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I have one inventry related work sheet.</p>
<p>in that sheet my product code is in sheet1 &amp; my query sheet is sheet 6<br />
i need sheet 6 if B3=blank than a3=&#8221;NR&#8221; if B3= &#8216;sheet1!&#8221;product code&#8221; than a3=&#8221;D&#8221; and if b3 notequal to &#8216;sheet1!&#8221;product code&#8221; than a3=&#8221;P&#8221;<br />
how can i do?<br />
 i also try this formula =IF(ISBLANK(B3),&#8221;NR&#8221;,IF(B3=&#8217;CHECK DELTA&#8217;!$A$3:$A$50000,&#8221;D&#8221;,&#8221;P&#8221;)) but is not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angela</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41790</link>
		<dc:creator>Angela</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41790</guid>
		<description>&lt;p&gt;I have another solution: format ONLY ROWS that have data in it.&lt;/p&gt;
&lt;p&gt;1. Select only the columns that you want it to apply to&lt;br&gt;
(For example,&lt;/p&gt;
&lt;p&gt;=$A:$Z&lt;br&gt;
)&lt;/p&gt;
&lt;p&gt;2. In Office 2007, on the &quot;Home&quot; tab, select &quot;Conditional FormattingNew Rule...&quot;&lt;/p&gt;
&lt;p&gt;3. Under &quot;Select a Rule Type:&quot; pick &quot;Use a formula to determine which cells to format&quot;&lt;/p&gt;
&lt;p&gt;4. Apply the following formula:&lt;/p&gt;
&lt;p&gt;=NOT(ISBLANK($A1))&lt;/p&gt;
&lt;p&gt;(In my case I used column A, but use whatever column you are sure will have data in each row of records, don&#039;t use a column that might have blank cells in it. Realize that the row won&#039;t format until there is a value in the column that you choose).&lt;/p&gt;
&lt;p&gt;5. Select the formatting&lt;br&gt;
(E.g. font = Arial 10, border = outline, fill = grey)&lt;/p&gt;
&lt;p&gt;6. (Optional) I like to hide the grid lines, giving a contrast between the cells with border outlines and a white, blank sheet - it adds a slick look to the file! Simply uncheck &quot;Show Gridlines&quot; under Excel OptionsAdvancedDisplay Options for this worksheet&lt;/p&gt;
&lt;p&gt;VARIATION FOR SHEET WITH HEADER ROW&lt;br&gt;
If you are using the first row as a header row, and want the formatting to apply only to rows below the first row, change the area you select and tweak the formula.&lt;/p&gt;
&lt;p&gt;If you use the mouse to select the area, select all the columns, then Ctrl-click the first row to exclude it from the selection. If you want to type it in, it would look something like this:&lt;/p&gt;
&lt;p&gt;=$A:$Z,$1:$1&lt;/p&gt;
&lt;p&gt;tweak the formula to accommodate the offset of the header row:&lt;/p&gt;
&lt;p&gt;=NOT(ISBLANK($A2))&lt;/p&gt;
&lt;p&gt;Now you can apply whatever formatting you want to the first row, add filters and freeze the top row if desired.&lt;/p&gt;
&lt;p&gt;Voila! Hope you&#039;ve found this helpful :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have another solution: format ONLY ROWS that have data in it.</p>
<p>1. Select only the columns that you want it to apply to<br />
(For example,</p>
<p>=$A:$Z<br />
)</p>
<p>2. In Office 2007, on the &#8220;Home&#8221; tab, select &#8220;Conditional FormattingNew Rule&#8230;&#8221;</p>
<p>3. Under &#8220;Select a Rule Type:&#8221; pick &#8220;Use a formula to determine which cells to format&#8221;</p>
<p>4. Apply the following formula:</p>
<p>=NOT(ISBLANK($A1))</p>
<p>(In my case I used column A, but use whatever column you are sure will have data in each row of records, don&#8217;t use a column that might have blank cells in it. Realize that the row won&#8217;t format until there is a value in the column that you choose).</p>
<p>5. Select the formatting<br />
(E.g. font = Arial 10, border = outline, fill = grey)</p>
<p>6. (Optional) I like to hide the grid lines, giving a contrast between the cells with border outlines and a white, blank sheet &#8211; it adds a slick look to the file! Simply uncheck &#8220;Show Gridlines&#8221; under Excel OptionsAdvancedDisplay Options for this worksheet</p>
<p>VARIATION FOR SHEET WITH HEADER ROW<br />
If you are using the first row as a header row, and want the formatting to apply only to rows below the first row, change the area you select and tweak the formula.</p>
<p>If you use the mouse to select the area, select all the columns, then Ctrl-click the first row to exclude it from the selection. If you want to type it in, it would look something like this:</p>
<p>=$A:$Z,$1:$1</p>
<p>tweak the formula to accommodate the offset of the header row:</p>
<p>=NOT(ISBLANK($A2))</p>
<p>Now you can apply whatever formatting you want to the first row, add filters and freeze the top row if desired.</p>
<p>Voila! Hope you&#8217;ve found this helpful <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41788</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41788</guid>
		<description>&lt;p&gt;Brett: It is true that you can format the entire sheet without bloating file size.&lt;br&gt;
As a simple experiment, using Excel 2003, I coloured the entire sheet (A1:IV65536) in one workbook, and saved.&lt;br&gt;
In a another new workbook, I coloured cells A1:IU65535 (one row and one column short of the entire sheet), and saved.&lt;/p&gt;
&lt;p&gt;14 kilobytes for the whole sheet&lt;br&gt;
34 megabytes for the partial sheet&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Brett: It is true that you can format the entire sheet without bloating file size.<br />
As a simple experiment, using Excel 2003, I coloured the entire sheet (A1:IV65536) in one workbook, and saved.<br />
In a another new workbook, I coloured cells A1:IU65535 (one row and one column short of the entire sheet), and saved.</p>
<p>14 kilobytes for the whole sheet<br />
34 megabytes for the partial sheet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41783</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41783</guid>
		<description>&lt;p&gt;You have to remember how Excel remembers formatting.&lt;/p&gt;
&lt;p&gt;Whole sheet formatting requires one set of settings for the whole sheet.&lt;br&gt;
Whole row or column formatting requires one set of settings for the whole row or column.&lt;br&gt;
Arbitrary range formatting requires one set of settings for each cell in the range.&lt;/p&gt;
&lt;p&gt;It is this last category that helps to define the last cell, and which consumes the majority of formatting resources.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You have to remember how Excel remembers formatting.</p>
<p>Whole sheet formatting requires one set of settings for the whole sheet.<br />
Whole row or column formatting requires one set of settings for the whole row or column.<br />
Arbitrary range formatting requires one set of settings for each cell in the range.</p>
<p>It is this last category that helps to define the last cell, and which consumes the majority of formatting resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Karel Pieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/10/22/the-whole-column/#comment-41777</link>
		<dc:creator>Jan Karel Pieterse</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3138#comment-41777</guid>
		<description>&lt;p&gt;No, it may also be a cell you entered data into and subsequently cleared. Excel will keep that cell as the last used.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No, it may also be a cell you entered data into and subsequently cleared. Excel will keep that cell as the last used.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

