<?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: Color every second row using conditional formatting in excel</title> <atom:link href="http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/</link> <description>Quality excel resource</description> <lastBuildDate>Sat, 11 Feb 2012 15:14:13 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: david</title><link>http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/comment-page-1/#comment-7635</link> <dc:creator>david</dc:creator> <pubDate>Thu, 14 Oct 2010 00:06:34 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1456#comment-7635</guid> <description>thanks oscar,
i was using a dynamic named range as the rule in conditional formatting.
will try ur solutions ;)
thanks!!!</description> <content:encoded><![CDATA[<p>thanks oscar,</p><p>i was using a dynamic named range as the rule in conditional formatting.</p><p>will try ur solutions <img
src='http://cdn.get-digital-help.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>thanks!!!</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/comment-page-1/#comment-7619</link> <dc:creator>Oscar</dc:creator> <pubDate>Wed, 13 Oct 2010 20:34:49 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1456#comment-7619</guid> <description>david,
I got this working in excel 2007:
Rule: =MAX(OFFSET($G$5;0;0;COUNTA($G5:$G1000))=$G5
Applied to: =OFFSET($AG$5;0;0;COUNTA($G5:$G1000)</description> <content:encoded><![CDATA[<p>david,</p><p>I got this working in excel 2007:</p><p>Rule: =MAX(OFFSET($G$5;0;0;COUNTA($G5:$G1000))=$G5</p><p>Applied to: =OFFSET($AG$5;0;0;COUNTA($G5:$G1000)</p> ]]></content:encoded> </item> <item><title>By: david</title><link>http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/comment-page-1/#comment-7563</link> <dc:creator>david</dc:creator> <pubDate>Wed, 13 Oct 2010 06:27:38 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1456#comment-7563</guid> <description>hi,
i&#039;m interested to know on the conditional formatting.
how do i set the condition to evaluate a dynamic range?
my example is this:
Rule: =MAX($G$5:$G$20)=$G5
Applied to: =$AG$5:$AG$20
based on the value in G5:G20, the rule will determine the max value and highlight it on AG5:AG20
If i add new rows of data to G21 onwards, the rules does not &quot;extend&quot; to the newly added rows.</description> <content:encoded><![CDATA[<p>hi,</p><p>i'm interested to know on the conditional formatting.</p><p>how do i set the condition to evaluate a dynamic range?</p><p>my example is this:</p><p>Rule: =MAX($G$5:$G$20)=$G5</p><p>Applied to: =$AG$5:$AG$20</p><p>based on the value in G5:G20, the rule will determine the max value and highlight it on AG5:AG20</p><p>If i add new rows of data to G21 onwards, the rules does not "extend" to the newly added rows.</p> ]]></content:encoded> </item> <item><title>By: Rick Rothstein (MVP - Excel)</title><link>http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/comment-page-1/#comment-5483</link> <dc:creator>Rick Rothstein (MVP - Excel)</dc:creator> <pubDate>Mon, 06 Sep 2010 04:30:49 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1456#comment-5483</guid> <description>@Sawsan,
I guess I missed your request for a second color. That will require a second condition for the second color... use the identical formula I gave you in my previous message for this condition, but change the ISEVEN function to ISODD.</description> <content:encoded><![CDATA[<p>@Sawsan,</p><p>I guess I missed your request for a second color. That will require a second condition for the second color... use the identical formula I gave you in my previous message for this condition, but change the ISEVEN function to ISODD.</p> ]]></content:encoded> </item> <item><title>By: Rick Rothstein (MVP - Excel)</title><link>http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/comment-page-1/#comment-5473</link> <dc:creator>Rick Rothstein (MVP - Excel)</dc:creator> <pubDate>Sun, 05 Sep 2010 23:45:20 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1456#comment-5473</guid> <description>@Sawsan,
Select all the cells (starting from upper left corner of the range so the the upper left cell ends up the active cell) that you think you will ever need to put your alternating row colors in (I would refrain from selecting entire columns), then follow the blog&#039;s instructions to get to the Conditional Formatting dialog box and then use this formula...
=AND(ISEVEN(ROW()),COUNTIF($A1:$C1,&quot;*&quot;)&gt;0)
Change the range as indicated, but note that your formula should only specify the first row&#039;s cells range even though you will have many more rows selected.</description> <content:encoded><![CDATA[<p>@Sawsan,</p><p>Select all the cells (starting from upper left corner of the range so the the upper left cell ends up the active cell) that you think you will ever need to put your alternating row colors in (I would refrain from selecting entire columns), then follow the blog's instructions to get to the Conditional Formatting dialog box and then use this formula...</p><p>=AND(ISEVEN(ROW()),COUNTIF($A1:$C1,"*")&gt;0)</p><p>Change the range as indicated, but note that your formula should only specify the first row's cells range even though you will have many more rows selected.</p> ]]></content:encoded> </item> <item><title>By: Sawsan</title><link>http://www.get-digital-help.com/2009/05/17/color-every-second-row-using-dynamic-conditional-formatting-in-excel/comment-page-1/#comment-5458</link> <dc:creator>Sawsan</dc:creator> <pubDate>Sun, 05 Sep 2010 09:54:12 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1456#comment-5458</guid> <description>This is helpful, thanks, but I&#039;ve been looking for the formatting to take place AS I fill new cells.
So my scenario is: A clear-formatted excel sheet, and ONCE you insert data into each row, the color of the row changes, e.g. row 1 becomes light blue, row 2 becomes dark blue, BUT row 3 is still clear-formatted because I haven&#039;t inserted data in it yet.
Do you know how I can do that?
*Thanks!!!*</description> <content:encoded><![CDATA[<p>This is helpful, thanks, but I've been looking for the formatting to take place AS I fill new cells.<br
/> So my scenario is: A clear-formatted excel sheet, and ONCE you insert data into each row, the color of the row changes, e.g. row 1 becomes light blue, row 2 becomes dark blue, BUT row 3 is still clear-formatted because I haven't inserted data in it yet.<br
/> Do you know how I can do that?<br
/> *Thanks!!!*</p> ]]></content:encoded> </item> </channel> </rss>
