Forum Discussion

realKarimSaleh's avatar
realKarimSaleh
Copper Contributor
Mar 25, 2023
Solved

SharePoint list code syntax check

Hi I would really appreciate some insight as I have been stuck with my Formula for a calculation column in my SharePoint List as I have been getting syntax error.    Here is what I am hoping to ach...
  • ganeshsanap's avatar
    Mar 26, 2023

    realKarimSaleh Note below limitations related to SharePoint calculated columns:

     

    • You cannot reference a value in a row/item other than the current row/item.

    • You cannot reference a value in another list or library.

    • You cannot reference the ID of a row for a newly inserted row. The ID does not yet exist when the calculation is performed.

    • You cannot reference another column in a formula that creates a default value for a column.

    DocumentationIntroduction to SharePoint formulas and functions 


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

    For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs

Resources