SharePoint List Title Field - Calculated Value

Anonymous
2025-06-12T17:02:46+00:00

This has come up for me again - I asked this question a couple of years ago, but the answer was not to my question: https://answers.microsoft.com/en-us/msoffice/forum/all/sharepoint-list-title-field-what-is-the-calculated/30dc07a8-86cb-4795-9f9b-adcb78c5c2ac

I know how to give the title field a default value, but there is also a "calculated value" option and I cannot seem to find any information anywhere regarding how to use it.

Microsoft 365 and Office | SharePoint | Other | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2025-06-13T01:01:47+00:00

    Hi Tiffany Shotts,

    I am very sorry that you did not receive the response about "Calculated Value".

    I have found some information that may be helpful for you, please refer to it and let me know your opinion.

    The "Calculated Value" option in SharePoint is part of the Calculated Column feature, which allows you to create a column in a list or library that automatically computes its value based on a formula. This is similar to using formulas in Excel.

    What is a Calculated Column?

    • Uses a formula to compute values based on other columns in the same list or library.
    • Can return different data types like text, number, date/time, currency, etc.
    • Automatically updates when the referenced column values change.

    Please understand that our initial response does not always answer the question immediately. However, with your help and more detailed information, we can work together to clear it.

    If my answer is helpful, please mark it as an answer, which will definitely help others in the community who have similar queries.

    I hope this information is helpful.  

    Looking forward to hearing from you.    

    Best Regards,        

    Kai Vo - MSFT | Microsoft Community Support Specialist

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-06-13T14:18:31+00:00

    I can create calculated columns - i am trying to find information on how to use the "calculated value" default option in the Title field.

    0 comments No comments
  3. Anonymous
    2025-06-16T00:54:02+00:00

    Hi Tiffany,

    Based on my research, I’ve found some information that may be helpful.

    In SharePoint online, it's not supported that formula contains reference to other fields when setting column default value. Only calculated column can contain other columns.

    If you insert the formula

    =Me&" - "&TEXT(Today,"dd-mm-yyyy")
    

    into your calculated value, you should get something close to what you want.

    For example:

    After that, I go to my list and click Add new item

    Automatically add to my title.

    Be aware though that at any time the user can insert something else into the field.

    To get around this, you could either create the list from scratch and hide the site column or insert the value using an event handler in the Item Updated event (more on event handlers)

    I hope this information is helpful.  Feel free to reach out if you have any questions.

    If my answer is helpful, please mark it as an answer, which will definitely help others in the community who have similar queries.

    Looking forward to hearing from you.    

    Best Regards,        

    Kai Vo - MSFT | Microsoft Community Support Specialist

    0 comments No comments
  4. Anonymous
    2025-06-17T01:34:51+00:00

    Hi Tiffany,

    Is there any update from you? If yes, please feel free to let us know.

    Best Regards,        

    Kai Vo - MSFT | Microsoft Community Support Specialist

    0 comments No comments
  5. Anonymous
    2025-06-18T01:26:31+00:00

    Hi Tiffany,

    If my answer helps, please mark it as an answer, it will definitely help others in the community with similar queries to find a solution to their problem faster. On top of that, it helps me have a good survey and makes me do my best. 

    Image

    0 comments No comments