What is a calculated column in SharePoint?


 

In SharePoint, Calculated column is another special type of column (metadata). it will calculate values based on other columns for the same row in the same SharePoint list or library. Calculated Column uses Excel-like syntax to calculate the new values.You can create Calculated Columns on any list or library or at the site level(and then add it to the list or library).

Columns that can be referenced in Calculated Column Formula-

  1. Single line of text
  2. Number
  3. Date & Time
  4. Currency
  5. Choice
  6. Location
  7. Yes/No

Calculated Column Return Types:

  1. Single line of text (String)
  2. Number ( you can set decimal place and also display number as percentage like 50%)
  3. Currency (You can select currency format & set number of decimal place)
  4. Date and Time ( You can set return type as Date only or Date with time only)
  5. Yes/No (Boolean return type)
For more details Please visit my site URL:what is a calculated column in SharePoint? | Gopenly


Comments

Popular Posts

How to restrict word limit in google form?

How to delete person in SharePoint Power app form?

How to get Week number from Date in SharePoint?