Hi @sweetu ve ,
You should have many status columns, increment 1 to the Noofassignments field(calculated column) every time one of the status columnsis "Active", right?
Please use the following formula: =IF(status1="Active",1,0)+IF(status2="Active",1,0)
The running effect is as follows (the value of Noofassignments shows how many ”active“):
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.