Using SharePoint Calculated Fields

By:   |   Comments   |   Related: > Sharepoint Design


Problem

SharePoint is a great adhoc tool for storing data. Sometimes it is necessary to make automated calculations based on user inputs. Let's take a look at how to calculate the difference between two dates using SharePoint calculated columns.

Solution

SharePoint provides a Calculated Field feature which facilitates the automation of derived columns. You can have numeric calculations as well as manipulating text-based strings. This solution shows how to calculate the number of years between start and end dates of a list item.

  • Create a sample list containing information that uses two date fields. One such list can be seen in the screenshot below.
employees

Let's see how to calculate the difference between the start date and end date columns. For that we need to define a calculated column.

  • Click on Settings -> Create Column, and provide a relevant name for the column.
create column

Follow the three steps exactly as described and shown in the screenshot below.

  • Select "Calculated Column" as type of the field.
x employees
  • We will use the date difference function, DATEDIF, with start date and end date to get number of years. Place the formula exactly as shown for desired results.
number
  • Select "Number" as the data type of the calculated field
data type

After implementing every step, press "OK" and go back to the library. Now you will be able to see the calculated column having results of the date differences between the start and end dates in years.

all items
Next Steps
  • Use Calculated field to do various financial calculations.
  • Use Calculated columns to perform date and textual operations.


sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Siddharth Mehta Siddharth Mehta is an Associate Manager with Accenture in the Avanade Division focusing on Business Intelligence.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article

















get free sql tips
agree to terms