Sharepoint Lists columns recognized as non-existent in calculated formulas.

Nicolas Duarte 0 Reputation points
2024-12-17T14:55:49.73+00:00

Hi,

I'm trying to create some formulas in a Sharepoint List. I don't have problems when the formulas are defined with columns that appears inside the item content, but in this case I need to use the [Created] and [Modified] columns that you can make appear in the list, but doing that they doesn't appear inside the item contents. So, when trying to use any of them, a problem happen and both are recognized as non-existent columns, so the formula couldn't be created.

For example, if I want to create a calculated column named "AppDate" with Formula "=[Created], the system returns an error. (I'm using an Spanish interface for the app, but it's the same structure).

User's image

User's image

Even when trying all possible column names for Created, like: "=Created", "=[Creado]", "=Creado", nothing changes, it's the same non-existent column error always.

I need to do the formula for old data so I need the date in the [Created] column for many old items, for new items I added in PowerAutomate a "utcNow()" expression to solve it, but it's useless for old data.

I also can export [ID] and [Created] columns to an excel file and then upload the file to modify the missing date data using a Manually triggered Power Automate and Update sharepoint item action, but I really REALLY don't want to do it, because I can't believe I can't use the "=[Created]" formula that will do the same in an easier, smarter and logic way.

Can you help me solve this problem?

Thanks a lot.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,999 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 28,041 Reputation points Microsoft Vendor
    2024-12-18T03:02:54.5866667+00:00

    Hi @Nicolas Duarte ,

    Welcome to Q&A forum!

    The situation you described is very strange. I tested it in my environment:

    First select Created, then click Add to formula, and the rest of the settings are as shown below:

    User's image

    It does not report an error and can work normally:

    User's image

    Does your list have any special settings?

    We recommend that you create a new list for testing to see if the problem still exists.


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

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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