Any solution to the Today Calculated Column problem is SharePoint?

后端 未结 9 1127
温柔的废话
温柔的废话 2020-12-16 19:48

I would like to be able to use today\'s date in a calculated column in a SharePoint list to, for example, determine whether a task is overdue. There is a well-documented tr

9条回答
  •  忘掉有多难
    2020-12-16 20:11

    Here is a workaround:

    Create a date column called Today. Use this column in your calculated formula (ignore the fact that the formula returns a wrong value). After you are done with the formula, delete the Today column from your list.

    For some reason it works this way! Now Sharepoint treats the Today in your formula as today's date.

    Note: If you decide you want to change the formula, you have to create the Today column again. Otherwise, it wouldn't recognize Today as a valid column.

提交回复
热议问题