Hi @Sergei Drew ,
I achieved your requirement by creating calculated column (the result of implementation is below).
Here are steps:
1.I created a calculated column named progress bar using the following formula( Show as percentage):
=(IF([Application Form Completed?]=TRUE,1,0)+IF([Application Form Sent?]=TRUE,1,0)+IF([T's & C's Signed?]=TRUE,1,0)+IF([References Checked?]=TRUE,1,0))/4
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.