Quantcast
Channel: calculated column – PeteStilgoe.com
Browsing all 8 articles
Browse latest View live

Using a calculated column to display month name

You probably think this is going to be quite long winded & involve many IF statements, its actually pretty simple as I just found out. Create a ‘Calculated Column’ & for your formula add:...

View Article



Calculated column – some restrictions

- 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....

View Article

Displaying the week number using a Sharepoint calculated column

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

View Article

Sharepoint Calculated Column – Tasks Due This Week

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...

View Article

Sharepoint calculated column more date / day calculations

Avoiding Saturday & Sundays if you were sending out alerts for example: =IF([Call due day]=”Saturday”,[Call due date]+2,IF([Call due day]=”Sunday”,[Call due date]+2,[Call due date]) Displaying the...

View Article


Sharepoint 2010 Content Type Hub – New calculated column not propogating to...

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...

View Article

Sharepoint: How to update the created date using a calculated column

Sometimes in Sharepoint you will find that you need to update the ‘Created’ date of an Sharepoint Item or document. You can do this all from the Sharepoint user interface using a Sharepoint calculated...

View Article

Sharepoint: How to get future dates with calculated columns

Create a calculated column to set the date as the 28th of the month the item was created: =TEXT(DATE(YEAR(Created),MONTH(Created),"28"),"DD-MM-YYYY") Create a calculated column to set the date as the...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images