SharePoint Title column Calculated Value to reference other columns

Mcintosh, Rebecca 116 Reputation points
2026-01-27T09:46:40.9433333+00:00

Hello!

Can anyone tell me what the Calculated Value should look like in the default Title column when I want it to reference another column please?

I have tried various options but I cannot get it to work - what is the right syntax for the calculated value to know I want to use my other columns?

Have tried:

=[ID]&"/"&[Code] (error with this)

="[ID]"&"/"&"[Code]" (this give me the actual value of [ID]/[Code]

User's image

Microsoft 365 and Office | SharePoint | For education | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nam-D 1,600 Reputation points Microsoft External Staff Moderator
    2026-01-27T11:56:53.5333333+00:00

    Hello @Mcintosh, Rebecca,

    Welcome to the Microsoft Q&A forum.  

    Based on the information you provided, it appears that you are experiencing an issue related to configuring a calculated column formula in SharePoint. 

    To set up the formula correctly, please follow the steps below: 

    1. Go to Library settings (or List settings). 
    2. Scroll down to Columns and select Create column. 

    User's image

    1. Enter a column name and choose Calculated (calculation based on other columns). 
    2. In the Formula field, enter: =[ID] & "/" & [Code]  

    User's image

    1. After saving the configuration, the “Title” column will automatically display the calculated result. 
      There is no need to set a default value for this column. 

    If you encounter any errors or have additional questions, please feel free to let me know. I look forward to hearing from you. 


    If the answer is helpful, please click "Accept Answer" and kindly upvote. If you have any further questions about this answer, please click "Comment".

    Note: Follow these steps: Our documentation If you want to receive relevant email notifications for this thread, enable email notifications.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.