Hi @Anonymous ,
Calculated column will be changed dynamically based on other columns, unless you specify a certain value to make it static.
Make a simple example, in below formula, if the [Status] column is equal to "Queried", the calculated column will display "Queried", and under other conditions it will show static value: "Queried".
=IF([Status]="Queried",[Status],"Queried")
Therefore, after the first modification based on another column, it is impossible to make the it static,the workaround is to set the static value directly.
If an 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.