Hi MarTech
Not sure what object report you're building (i.e. Project, Task, etc), but most of these already have the option to show the spelled out Status for them. You want to make sure that you are choosing "Status", not "Status Icon," "Status Equates," etc.
However, if you're not able to find this, or your object code doesn't have one. Here is text mode you could use.
IF(CONTAINS("INP",{status}),"In Progress",IF(CONTAINS("CPL",{status}),"Complete"," "))
If you have custom statuses, just replace the three letter code for the ones you created. You can also string this text mode along as far as you want. Where I added the " ", just add in another IF(CONTAINS) Statement.
If someone knows how to tighten this text mode, please respond. This is how I do it. Something about "old dogs, new tricks...."
Best,
Joaquin
If you found this helpful and can use the information, please mark this as correct to help others find the answer.