<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Chandoo.org - Learn Excel &#38; Charting Online - Forums Topic: Yet another issue of alternating colors</title>
		<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors</link>
		<description>Ask Excel and Charting Questions, Muse about Visualizations, Learn and Share - Discussion Forums - Chandoo.org</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 22:12:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://chandoo.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://chandoo.org/forums/rss/topic/yet-another-issue-of-alternating-colors" rel="self" type="application/rss+xml" />

		<item>
			<title>excelhero on "Yet another issue of alternating colors"</title>
			<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors#post-3067</link>
			<pubDate>Mon, 13 Sep 2010 16:36:36 +0000</pubDate>
			<dc:creator>excelhero</dc:creator>
			<guid isPermaLink="false">3067@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;A simple way of doing this is:&#60;/p&#62;
&#60;p&#62;=MOD(SUMPRODUCT(--(($A$1:$A1=$A$2:$A2)=FALSE)),2)&#60;/p&#62;
&#60;p&#62;...but you must select row 2 and down before entering this conditional formatting formula.&#60;/p&#62;
&#60;p&#62;DO NOT INCLUDE ANY CONDITIONAL FORMATTING FOR ROW 1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xld on "Yet another issue of alternating colors"</title>
			<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors#post-3066</link>
			<pubDate>Mon, 13 Sep 2010 15:19:19 +0000</pubDate>
			<dc:creator>xld</dc:creator>
			<guid isPermaLink="false">3066@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;A solution without helper columns&#60;/p&#62;
&#60;p&#62;=MOD(SUMPRODUCT(($A$1:$A1&#38;lt;&#38;gt;&#34;&#34;)/COUNTIF($A$1:$A1,$A$1:$A1&#38;amp;&#34;&#34;)),2)=0
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xld on "Yet another issue of alternating colors"</title>
			<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors#post-3065</link>
			<pubDate>Mon, 13 Sep 2010 15:17:59 +0000</pubDate>
			<dc:creator>xld</dc:creator>
			<guid isPermaLink="false">3065@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hui,&#60;/p&#62;
&#60;p&#62;In some parts of the world, semi-colon is a list separator, not comma.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hui on "Yet another issue of alternating colors"</title>
			<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors#post-3062</link>
			<pubDate>Mon, 13 Sep 2010 13:40:29 +0000</pubDate>
			<dc:creator>Hui</dc:creator>
			<guid isPermaLink="false">3062@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;TessaES&#60;br /&#62;
Do you mean&#60;br /&#62;
=Mod(Char($A2),2)=0&#60;br /&#62;
&#38;amp;&#60;br /&#62;
=Mod(Char($A2),2)=1&#60;/p&#62;
&#60;p&#62;of course this only applies if the characters Char values alternate even odd etc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TessaES on "Yet another issue of alternating colors"</title>
			<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors#post-3061</link>
			<pubDate>Mon, 13 Sep 2010 13:02:33 +0000</pubDate>
			<dc:creator>TessaES</dc:creator>
			<guid isPermaLink="false">3061@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;If you really have A,B,C,D etc in column A (but that is probably not the case), you could use:&#60;br /&#62;
=MOD(CHAR(A2);2)=0 as formula for the conditional format.&#60;br /&#62;
Maybe there is a similar option for your real data?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chandoo on "Yet another issue of alternating colors"</title>
			<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors#post-3058</link>
			<pubDate>Mon, 13 Sep 2010 11:53:22 +0000</pubDate>
			<dc:creator>Chandoo</dc:creator>
			<guid isPermaLink="false">3058@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;very interesting problem...&#60;/p&#62;
&#60;p&#62;assuming your data is in A2:A14, in column B (I could not figure out a way without helper columns), write =IF(A2=A1,B1,NOT(B1))&#60;/p&#62;
&#60;p&#62;This gives you a bunch of trues and falses. Now, select A2:A14 and format using values in column B (if B2=true set gray color, else it will be no-fill).&#60;/p&#62;
&#60;p&#62;hth
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beerpiece on "Yet another issue of alternating colors"</title>
			<link>http://chandoo.org/forums/topic/yet-another-issue-of-alternating-colors#post-3057</link>
			<pubDate>Mon, 13 Sep 2010 11:42:33 +0000</pubDate>
			<dc:creator>beerpiece</dc:creator>
			<guid isPermaLink="false">3057@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a list of data (columns A to F), where the value of A changes without a set pattern and I need to change background color the rows on the &#34;breaks&#34; on the values of column A. So the end-result should be a variant of alternating colors, but not on every second or third row.&#60;/p&#62;
&#60;p&#62;Col A&#60;br /&#62;
A&#60;br /&#62;
A&#60;br /&#62;
A&#60;br /&#62;
B&#60;br /&#62;
B&#60;br /&#62;
C&#60;br /&#62;
C&#60;br /&#62;
C&#60;br /&#62;
C&#60;br /&#62;
D&#60;br /&#62;
E&#60;br /&#62;
E&#60;br /&#62;
F&#60;/p&#62;
&#60;p&#62;Row 1-3 grey, row 4-5 white, row 6-9 grey, row 10 white, row 11-12 grey, row 13 white.&#60;/p&#62;
&#60;p&#62;I have tried to read through all postings of CF, alternate coloring, countif's etc. but none seem to address this problem. &#60;/p&#62;
&#60;p&#62;How can this be accomplished?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
