<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MarkSimon.de &#187; Calculated Column</title>
	<atom:link href="http://blog.marksimon.de/tag/calculated-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marksimon.de</link>
	<description>This is what I am up to</description>
	<lastBuildDate>Thu, 02 Feb 2012 18:31:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Calculating Age in SharePoint calculated field</title>
		<link>http://blog.marksimon.de/2011/09/02/calculating-age-in-sharepoint-calculated-field/</link>
		<comments>http://blog.marksimon.de/2011/09/02/calculating-age-in-sharepoint-calculated-field/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 12:47:51 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Calculated Column]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.marksimon.de/?p=1253</guid>
		<description><![CDATA[Calculating Age in SharePoint calculated field How to trick SharePoint into accepting today&#8217;s date in a calculated column.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sharepointkings.com/2011/08/calculating-age-in-sharepoint.html?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+SharepointKings+%28Sharepoint+Kings%29"> Calculating Age in SharePoint calculated field</a></p>
<p>How to trick SharePoint into accepting today&#8217;s date in a calculated column.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marksimon.de/2011/09/02/calculating-age-in-sharepoint-calculated-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reference a ‘Multiple Lines of Text’ column in a ‘Calculated Column’ to display a complete list of appended changes to all items on a list as a group</title>
		<link>http://blog.marksimon.de/2009/10/22/how-to-reference-a-multiple-lines-of-text-column-in-a-calculated-column-to-display-a-complete-list-of-appended-changes-to-all-items-on-a-list-as-a-group/</link>
		<comments>http://blog.marksimon.de/2009/10/22/how-to-reference-a-multiple-lines-of-text-column-in-a-calculated-column-to-display-a-complete-list-of-appended-changes-to-all-items-on-a-list-as-a-group/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 05:32:45 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Calculated Column]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://blog.marksimon.de/?p=877</guid>
		<description><![CDATA[How to reference a ‘Multiple Lines of Text’ column in a ‘Calculated Column’ to display a complete list of appended changes to all items on a list as a group Useful little trick, basically just switching the columns the calculated column refers to.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.endusersharepoint.com/2009/10/21/taming-the-elusive-calculated-column-referencing-a-multiple-lines-of-text-column-with-append-text-part-1/">How to reference a ‘Multiple Lines of Text’ column in a ‘Calculated Column’ to display a complete list of appended changes to all items on a list as a group</a></p>
<p>Useful little trick, basically just switching the columns the calculated column refers to.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marksimon.de/2009/10/22/how-to-reference-a-multiple-lines-of-text-column-in-a-calculated-column-to-display-a-complete-list-of-appended-changes-to-all-items-on-a-list-as-a-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculated Columns, Formulas &amp; Functions in Sharepoint</title>
		<link>http://blog.marksimon.de/2009/04/09/calculated-columns-formulas-functions-in-sharepoint/</link>
		<comments>http://blog.marksimon.de/2009/04/09/calculated-columns-formulas-functions-in-sharepoint/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:07:22 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Calculated Column]]></category>
		<category><![CDATA[Formulas]]></category>
		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://blog.marksimon.de/?p=93</guid>
		<description><![CDATA[There is no defending myself against the accusation that this blog is getting too much SharePoint-centric. My only excuse is that calculated columns are way, way underused in SharePoint and are a mighty tool for various purposes. These sites compile almost all (i am joking, of course, i can only scratch the surface in this [...]]]></description>
			<content:encoded><![CDATA[<p>There is no defending myself against the accusation that this blog is getting too much SharePoint-centric. My only excuse is that calculated columns are way, way underused in SharePoint and are a mighty tool for various purposes. These sites compile almost all (i am joking, of course, i can only scratch the surface in this regard) there is to know about calculated columns:</p>
<ul>
<li>SharePoint Formulas and Functions at MS [<a href="http://office.microsoft.com/en-us/sharepointtechnology/CH100650061033.aspx">Link</a>]</li>
<li>Examples of Common Formulas at MS [<a href="http://office.microsoft.com/en-us/sharepointtechnology/HA101054791033.aspx">Link</a>]</li>
<li>Also make sure to take a look at the &#8216;Taming the Elusive Calculated Column&#8217;-series at EndUserSharePoint, great stuff [<a href="http://www.endusersharepoint.com/?s=elusive+calculated+column">Link</a>]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.marksimon.de/2009/04/09/calculated-columns-formulas-functions-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

