SP2013 - How to get the date of next Monday in a calculated column?

Spenser Souvannarath 81 Reputation points
2020-11-17T16:01:44.76+00:00

Im having trouble getting the date for next Monday in a calculated column?
I have a form that I would like to include the 'week of' date on these and it should always be for next Monday.

Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint Server | Development
{count} votes

Accepted answer
  1. Sharath Kumar Aluri 3,071 Reputation points
    2020-11-17T22:54:22.83+00:00

    Try with the below formula,

    =[Today]+(6-MOD(WEEKDAY([Today]),7))+7
    

    Make Sure you create a column Name Today by following below article after you were able to add the formula successfully then go ahead and delete Today column.
    https://abstractspaces.wordpress.com/2008/05/19/use-today-and-me-in-calculated-column/

    Thanks & Regards,

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Elsie Lu_MSFT 9,801 Reputation points
    2020-11-19T01:59:19.91+00:00

    Hi @Spenser Souvannarath ,

    Could you describe this "weekof" column in general? Per my understanding, you could first try the formula sharatha mentioned to test if it works.

    I did a test and made a little adjustments, finally as shown in the screenshot:
    40810-3.jpg

    In my view, I recommend not deleting Today column, because "weekof" column is calculated based on the date you choose, you can choose the time you want in Today column.

    However if the result you want is the same date without making changes, you can choose Today and consider hiding Today column, as shown in the screenshot:
    40778-2.jpg
    40779-4.jpg

    Reference:
    https://stackoverflow.com/questions/18061089/how-to-calculate-next-monday


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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.

    0 comments No comments

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.