Forum Discussion
Calculated column in Sharepoint List loses changes to formula
- Nov 24, 2023
Using ID column in SharePoint calculated column is not supported by Microsoft offcially.
However, if it is returning correct ID in calculated column for you, try using this formula for LineID column:
="00"&[ID]
Wrap 00 in double quotes.
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.
Using ID column in SharePoint calculated column is not supported by Microsoft offcially.
However, if it is returning correct ID in calculated column for you, try using this formula for LineID column:
="00"&[ID]
Wrap 00 in double quotes.
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.