Forum Discussion
louisquinet
Feb 21, 2024Copper Contributor
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
- Feb 21, 2024
louisquinet What is the column/data type of your "Yearly contract value" column?
Note:
- 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( , ).
- Use correct display name of your SharePoint columns in above formula (case-sensitive).
- 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.
ganeshsanap
Feb 21, 2024MVP
louisquinet What is the column/data type of your "Yearly contract value" column?
Note:
- 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( , ).
- Use correct display name of your SharePoint columns in above formula (case-sensitive).
- 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.
louisquinet
Feb 21, 2024Copper Contributor
Thanks! It works