Forum Discussion

louisquinet's avatar
louisquinet
Copper Contributor
Feb 21, 2024
Solved

Problems with adding a calculated column in Sharepoint List

Hello I receive an error message when I want to add a calculated column in Sharepoint. Does anyone has an idea of what I do wrong? Thank you in advance Louis      
  • ganeshsanap's avatar
    Feb 21, 2024

    louisquinet What is the column/data type of your "Yearly contract value" column?

     

    Note:

    1. Sometimes comma( , ) does not work in formula (it is based on language or regional settings of your SharePoint site). So in that case use semicolon( ; ) instead of comma( , ).
    2. Use correct display name of your SharePoint columns in above formula (case-sensitive).
    3. Wrap column names inside [] if your column name has space in it. For example: [My Column Name].

    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.

Resources