Possibility to sort data by status

Good evening, I do not know if this function already exists: I would need to sort the data by STAUS and not only alphabetically.
Basically I have data with the following steps: “To start”; “in progress”, “completed” and “Blocked”.
I have to order them in order of process:

  1. To be started
  2. Ongoing
  3. Stuck
  4. Completed

Using the alphabetical order I find that the locked items are shown first (in italian “Bloccato”).
I hope that I have been clear and that I will receive feedback on this.
Thank you in advance.

Hi, @Paolo_Cesareo. You could create a formula that assigns numbers 1, 2, 3, & 4 based on the status and then use this new formula column to sort the data.

Interesting tip!
I have to try and let you know.
Thank you