Forum Discussion
LucasPaiva
Feb 15, 2024Copper Contributor
Calculated Columns with if and choice
Hello!
I have a list with a choices column. I want to create a column with calculated data, which returns a calculated date based on the column of choice, adding 150 or 90 days to another date colum...
ganeshsanap
Feb 15, 2024MVP
One correction related to the response by NikolinoDE, SharePoint calculated formula works with the display name of SharePoint list columns and not with the internal names.
Also, 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 formula.
- 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.