Ability to add custom sufixes to numbers

I really like the way the duration columns allow us to read numbers as "4 days’ or “12 minutes” etc. It would be a nice little bonus to be able to apply custom sufixes like those in number columns.

E.g. when I have a list of lengths it would be clearer for people if they could read as having the units right in the cell with the number - rather than in the column title the way I usually denote it now.

You can add a new column and use a formula to make this happen…

Concatenate(thisRow.[Length]," (in)")

Yeah, that works really well for presenting data when the others aren’t going to manipulate or add data. Otherwise (especially when I’m making small docs for clients) it tends to get a little ungainly and feel hacky. It would still be nice to have it baked in.