Conditional Formating Share Point List

Knight, C 1 Reputation point
2021-12-27T14:00:23.373+00:00

I want to add multiple conditions to one column in my Share Point List. When the Status column = Complete I want a Date Completed date column to appear, today's date to be auto populated and this date to not be able to be changed. The first condition has been successful but I am unable to get the JSON to incorporate the 2nd and 3rd condition.

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

1 answer

Sort by: Most helpful
  1. JoyZ 18,111 Reputation points
    2021-12-28T07:14:13.487+00:00

    anonymous user-1291,

    To meet your requirement, use the calculated column rather than conditional formula, check as following:

    Create a new column named DateCal, choose the Calculated type, then fill in the formula =IF(StatusTest="Complete",TODAY(),"") to check another choice column value, return as date and time:

    160861-image.png

    Since this column is a formula-based column, it is a read-only field by default:
    160770-image.png
    Result for your reference:

    160862-image.png


    If the answer is helpful, please click "Accept 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.