<?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>PeteStilgoe.com &#187; calculated column</title>
	<atom:link href="http://www.petestilgoe.com/tag/calculated-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Sharepoint 2010 Content Type Hub &#8211; New calculated column not propogating to children</title>
		<link>http://www.petestilgoe.com/2010/11/sharepoint-2010-content-type-hub-new-calculated-column-not-propogating-to-children/</link>
		<comments>http://www.petestilgoe.com/2010/11/sharepoint-2010-content-type-hub-new-calculated-column-not-propogating-to-children/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 09:16:55 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Calculated Columns]]></category>
		<category><![CDATA[Sharepoint Content Type Hub]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[calculated column]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Content Type Hub]]></category>
		<category><![CDATA[content types]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=710</guid>
		<description><![CDATA[

Had a weird problem where I was updating a master content type, adding a calculated column to it which I wanted to propogate down to all content types inheriting from the master but no matter what the new calculated column never appeared.
It turned out that the logic &#038; syntax in my calculated column didnt make [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/11/sharepoint-2010-content-type-hub-new-calculated-column-not-propogating-to-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint calculated column more date / day calculations</title>
		<link>http://www.petestilgoe.com/2009/09/sharepoint-calculated-column-more-date-day-calculations/</link>
		<comments>http://www.petestilgoe.com/2009/09/sharepoint-calculated-column-more-date-day-calculations/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:38:41 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Calculated Columns]]></category>
		<category><![CDATA[calculated column]]></category>
		<category><![CDATA[dates]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=395</guid>
		<description><![CDATA[

Avoiding Saturday &#038; Sundays if you were sending out alerts for example:
=IF([Call due day]=&#8221;Saturday&#8221;,[Call due date]+2,IF([Call due day]=&#8221;Sunday&#8221;,[Call due date]+2,[Call due date])
Displaying the day as text:
=TEXT(WEEKDAY([Due Date]),&#8221;dddd&#8221;)
Say you have a date in US format and you want to convert it to UK format:
=TEXT([Your Date Field],&#8221;DD-MM-YYYY&#8221;)

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/09/sharepoint-calculated-column-more-date-day-calculations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint Calculated Column &#8211; Tasks Due This Week</title>
		<link>http://www.petestilgoe.com/2009/09/sharepoint-calculated-column-tasks-due-this-week/</link>
		<comments>http://www.petestilgoe.com/2009/09/sharepoint-calculated-column-tasks-due-this-week/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 08:29:24 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Calculated Columns]]></category>
		<category><![CDATA[calculated column]]></category>
		<category><![CDATA[dates]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=392</guid>
		<description><![CDATA[

To show tasks due this week, create the following 2 calculated columns:
Week start (Monday)
=[due date]-(WEEKDAY([due date],2)-1)
Week end (Friday)
=[due date]+(5–WEEKDAY([due date],2))
Create a view where:
Week start is less than or equal to [Today]
AND
Week end is greater than or equal to [Today]
More useful scenarios here:
http://www.myriadtech.com.au/blog/Alana/Lists/Posts/Post.aspx?ID=8

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/09/sharepoint-calculated-column-tasks-due-this-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying the week number using a Sharepoint calculated column</title>
		<link>http://www.petestilgoe.com/2009/08/displaying-the-week-number-using-a-sharepoint-calculated-column/</link>
		<comments>http://www.petestilgoe.com/2009/08/displaying-the-week-number-using-a-sharepoint-calculated-column/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:34:59 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Calculated Columns]]></category>
		<category><![CDATA[calculated column]]></category>
		<category><![CDATA[dates]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=381</guid>
		<description><![CDATA[

Create &#038; calculated column and add the following formula:
=INT(([Start Date]-DATE(YEAR([Start Date]),1,1)+(TEXT(WEEKDAY(DATE(YEAR([Start Date]),1,1)),&#8221;d&#8221;)))/7)+1

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/08/displaying-the-week-number-using-a-sharepoint-calculated-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculated column &#8211; some restrictions</title>
		<link>http://www.petestilgoe.com/2009/08/calculated-column-some-restrictions/</link>
		<comments>http://www.petestilgoe.com/2009/08/calculated-column-some-restrictions/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 10:50:15 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Calculated Columns]]></category>
		<category><![CDATA[calculated column]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=371</guid>
		<description><![CDATA[

- You cannot reference a value in a row other than the current row (as opposed to Excel).
- You cannot reference a value in another list or library.
- You cannot reference lookup fields in a formula.
- You cannot reference the ID of a row for a newly inserted row. The ID does not yet exist [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/08/calculated-column-some-restrictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a calculated column to display month name</title>
		<link>http://www.petestilgoe.com/2009/08/using-a-calculated-column-to-display-month-name/</link>
		<comments>http://www.petestilgoe.com/2009/08/using-a-calculated-column-to-display-month-name/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:07:28 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Calculated Columns]]></category>
		<category><![CDATA[calculated column]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=368</guid>
		<description><![CDATA[

You probably think this is going to be quite long winded &#038; involve many IF statements, its actually pretty simple as I just found out.
Create a &#8216;Calculated Column&#8217; &#038; for your formula add:
=TEXT([YourDateField],”mmmm”)

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/08/using-a-calculated-column-to-display-month-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

