Forum Discussion

Acidrs's avatar
Acidrs
Copper Contributor
Dec 06, 2022

Change choice column based on Date

Hello, I am looking to see if the value of a choice column in SharePoint can be set based on the Date of another column, or by the color of another column.  I have an "End Date" column that i have ...
  • Acidrs's avatar
    Acidrs
    Dec 07, 2022

    SteveKnutson Thanks for your response. 

    I ended up changing the "Status" column from a choice field to a calculated column and used the following formula to have it auto set the field.

    =IF([End Date]>TODAY()+60,"Active",IF([End Date]>TODAY()+30,"Expiring Soon","Expired"))

    This also allows the status column to dynamically  update when the different date requirements are met. 

Resources