Switch formula for status

How can I use the SWITCH() formula in Stackby to assign specific labels or responses based on different ‘Status’ values in my table?

SWITCH({Status},
“Todo”,“Do it in time”,
“Done”, “good”,
“In Progress”,“Do it in time”
)