Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a formula used in the definition of a field.
<Formula>
</Formula>
The following sections describe attributes, child elements, and parent elements.
None
None
The following example defines a calculated field containing a formula that multiplies the value of another field by 100.
<Field Type="Calculated" DisplayName="Field_Display_Name"
ResultType="Number" ReadOnly="TRUE" Name="Field_Internal_Name">
<Formula>=Other_Field_Name*100</Formula>
<FieldRefs>
<FieldRef Name="Other_Field_Name"/>
</FieldRefs>
</Field>
Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn more