Automatically Change the value of column

Hello, how can i change the status column from "Not Completed" to "Completed"?

The idea is if every status is approved, it will automatically change to "Completed".

nthnn060500_0-1712126561941.png

 

0 1 41
1 REPLY 1

If I understand you correctly, try:

IF(AND([Status GH Data]="Approved",[Status User]="Approved",[Status President]="Approved",[Status Information]="Approved",[Status Others]="Approved"),"Approved","Not Approved")

Top Labels in this Space