<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Share your HTML calculated columns</title>
	<atom:link href="http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/</link>
	<description>Tips and best practices for SharePoint end users</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:36:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Anthony Hayson</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-3008</link>
		<dc:creator><![CDATA[Anthony Hayson]]></dc:creator>
		<pubDate>Wed, 26 Aug 2009 23:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-3008</guid>
		<description><![CDATA[Hi

I am trying to use traffic lights based on the results of 2 columns.

Would you please assist me.

First column is system importance (gold, silver bronze). Second column is DR Present (yes,no)

I started with this (I am not a programmer so sorry if it looks bad). Tried using IF(AND but couldn&#039;t get it to work.

I only get green showing, the red does not come up. I haven&#039;t done the silver and bronze categories yet.

thanks

Anthony

=&quot;&lt;DIV style=&#039;font-weight:bold; font-size:24px; color:&quot;&amp;IF([System Criticality]=&quot;(1) gold&quot;,IF([DR@Bondi]&lt;=&quot;yes&quot;,&quot;green&quot;,IF([System Criticality]&lt;=&quot;(1) gold&quot;,IF([DR@Bondi]•&quot;]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am trying to use traffic lights based on the results of 2 columns.</p>
<p>Would you please assist me.</p>
<p>First column is system importance (gold, silver bronze). Second column is DR Present (yes,no)</p>
<p>I started with this (I am not a programmer so sorry if it looks bad). Tried using IF(AND but couldn&#8217;t get it to work.</p>
<p>I only get green showing, the red does not come up. I haven&#8217;t done the silver and bronze categories yet.</p>
<p>thanks</p>
<p>Anthony</p>
<p>=&#8221;&lt;DIV style=&#039;font-weight:bold; font-size:24px; color:&quot;&amp;IF([System Criticality]=&quot;(1) gold&quot;,IF([DR@Bondi]&lt;=&quot;yes&quot;,&quot;green&quot;,IF([System Criticality]&lt;=&quot;(1) gold&quot;,IF([DR@Bondi]•&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-269</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-269</guid>
		<description><![CDATA[OK. In your case, my suggestion would work too (12/8/16/13) if you choice list is stable.
The maximum for a CHOOSE value is 29.]]></description>
		<content:encoded><![CDATA[<p>OK. In your case, my suggestion would work too (12/8/16/13) if you choice list is stable.<br />
The maximum for a CHOOSE value is 29.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-268</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 05 Nov 2008 20:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-268</guid>
		<description><![CDATA[Dear Christophe,

That&#039;s a need trick.

I solved my problem by using the first 2 letters of each choice so the function would still be &quot;readable&quot;:

=Created+IF(LEFT([Request type];2)=&quot;No&quot;;0;IF(LEFT([Request type];2)=&quot;Qu&quot;;2;IF(LEFT([Request type];2)=&quot;Pr&quot;;1;IF(LEFT([Request type];2)=&quot;Mi&quot;;5;99))))

The list is:
Notification
Question
Problem or Issue
Miscellaneous

Where the response time for Notification is 0 days, Question is 2 days, etc.

Thanks for you response!]]></description>
		<content:encoded><![CDATA[<p>Dear Christophe,</p>
<p>That&#8217;s a need trick.</p>
<p>I solved my problem by using the first 2 letters of each choice so the function would still be &#8220;readable&#8221;:</p>
<p>=Created+IF(LEFT([Request type];2)=&#8221;No&#8221;;0;IF(LEFT([Request type];2)=&#8221;Qu&#8221;;2;IF(LEFT([Request type];2)=&#8221;Pr&#8221;;1;IF(LEFT([Request type];2)=&#8221;Mi&#8221;;5;99))))</p>
<p>The list is:<br />
Notification<br />
Question<br />
Problem or Issue<br />
Miscellaneous</p>
<p>Where the response time for Notification is 0 days, Question is 2 days, etc.</p>
<p>Thanks for you response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-263</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Tue, 04 Nov 2008 03:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-263</guid>
		<description><![CDATA[The answer to last week&#039;s exercise: use the CHOOSE function together with the LEN function, which returns the number of characters in a text string. So 3 is for red, 4 for blue, etc.
The same method can be applied to:
- High/Medium/Low (4/6/3)
- Yes/No (3/2)
- Open/Resolved/Closed (4/8/6)
- etc.

Alex, see if this works for you. However, if you expect your choice list to be updated in the future, I think that numbering the items remains the safest choice.]]></description>
		<content:encoded><![CDATA[<p>The answer to last week&#8217;s exercise: use the CHOOSE function together with the LEN function, which returns the number of characters in a text string. So 3 is for red, 4 for blue, etc.<br />
The same method can be applied to:<br />
- High/Medium/Low (4/6/3)<br />
- Yes/No (3/2)<br />
- Open/Resolved/Closed (4/8/6)<br />
- etc.</p>
<p>Alex, see if this works for you. However, if you expect your choice list to be updated in the future, I think that numbering the items remains the safest choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-247</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Fri, 31 Oct 2008 11:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-247</guid>
		<description><![CDATA[An exercise: I have a choice list with 4 colors: green, blue, yellow, red. How can I determine the selection without ifs (nested or not)?]]></description>
		<content:encoded><![CDATA[<p>An exercise: I have a choice list with 4 colors: green, blue, yellow, red. How can I determine the selection without ifs (nested or not)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-246</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 31 Oct 2008 10:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-246</guid>
		<description><![CDATA[I have a question and maby someone knows what code to use in a &quot;calculated colomn&quot;:

If you want to detemine the selection in a colomn of the choice type you can number the items and then use choose to determine what is selected:
[1] Item #1
[2] Item #2
[3] Item #3
[4] Item #4
for example: =CHOOSE(RIGHT(LEFT([Colomn],2),1),&quot;#1&quot;,&quot;#2&quot;,&quot;#3&quot;,&quot;#4&quot;)

But in this example you need to &quot;number&quot; the selection to accomplish this. How can I (without using al lot of nested if&#039;s) determine what option is selected?

Thanks, Alex.]]></description>
		<content:encoded><![CDATA[<p>I have a question and maby someone knows what code to use in a &#8220;calculated colomn&#8221;:</p>
<p>If you want to detemine the selection in a colomn of the choice type you can number the items and then use choose to determine what is selected:<br />
[1] Item #1<br />
[2] Item #2<br />
[3] Item #3<br />
[4] Item #4<br />
for example: =CHOOSE(RIGHT(LEFT([Colomn],2),1),&#8221;#1&#8243;,&#8221;#2&#8243;,&#8221;#3&#8243;,&#8221;#4&#8243;)</p>
<p>But in this example you need to &#8220;number&#8221; the selection to accomplish this. How can I (without using al lot of nested if&#8217;s) determine what option is selected?</p>
<p>Thanks, Alex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-149</link>
		<dc:creator><![CDATA[Christophe]]></dc:creator>
		<pubDate>Fri, 03 Oct 2008 00:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-149</guid>
		<description><![CDATA[Lynnda, e-mail me your formulas and I&#039;ll take a look (Christophe@PathToSharePoint.com).]]></description>
		<content:encoded><![CDATA[<p>Lynnda, e-mail me your formulas and I&#8217;ll take a look (Christophe@PathToSharePoint.com).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynnda Harley</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-146</link>
		<dc:creator><![CDATA[Lynnda Harley]]></dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-146</guid>
		<description><![CDATA[I created a calculated field Score that mulitplies another field and then gives total (this works fine).  I have created another calculated field Total Score to add html background color  from the - the calculated field Score....

I have the html as indicated in Applying Color to sharepoint lists - I want to use nested If statements (IF(score&gt;21, &quot;Green&quot;,IF(score45,&quot;Red&quot;))) then use the rest of the code for background in your list.   I have not been able to get this to work...thoughts on this.  Thank you]]></description>
		<content:encoded><![CDATA[<p>I created a calculated field Score that mulitplies another field and then gives total (this works fine).  I have created another calculated field Total Score to add html background color  from the &#8211; the calculated field Score&#8230;.</p>
<p>I have the html as indicated in Applying Color to sharepoint lists &#8211; I want to use nested If statements (IF(score&gt;21, &#8220;Green&#8221;,IF(score45,&#8221;Red&#8221;))) then use the rest of the code for background in your list.   I have not been able to get this to work&#8230;thoughts on this.  Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.pathtosharepoint.com/2008/09/15/share-your-html-calculated-columns/#comment-109</link>
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 26 Sep 2008 02:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://pathtosharepoint.wordpress.com/?p=163#comment-109</guid>
		<description><![CDATA[First off, this is great work that you have done.  I have really used your work and have made a great Dashboard based upon this.

I added to your Progress Bar example.  I am looking at several fields.  I am looking at the [% Completed], [Process Status], and [Progress].

[Edited by Christophe]
Peter&#039;s example is now available as a separate post:
http://pathtosharepoint.wordpress.com/2008/09/29/another-example-of-progress-bar/
[/Edited by Christophe]

Keep up the great work and hope this is helpful to others.]]></description>
		<content:encoded><![CDATA[<p>First off, this is great work that you have done.  I have really used your work and have made a great Dashboard based upon this.</p>
<p>I added to your Progress Bar example.  I am looking at several fields.  I am looking at the [% Completed], [Process Status], and [Progress].</p>
<p>[Edited by Christophe]<br />
Peter&#8217;s example is now available as a separate post:<br />
<a href="http://pathtosharepoint.wordpress.com/2008/09/29/another-example-of-progress-bar/" rel="nofollow">http://pathtosharepoint.wordpress.com/2008/09/29/another-example-of-progress-bar/</a><br />
[/Edited by Christophe]</p>
<p>Keep up the great work and hope this is helpful to others.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

