Tutorial: Arrayformula in Google Sheets, good practices & how to overcome Arrayformula restrictions with scripts

Maybe an App Script solution to format that column every time that Sheet has an update.

Hola @IDEApps

Use the TEXT(Number, Format) function

The syntax can be this:

Saludos!

Does that keep the underlying data as a number? If that’s a yes then it will be the solution. I’m not sure how @IDEApps will use this and why it still needs to be a number under the hood.

Ah… that is another story!

Text() function always returns a text value :face_with_diagonal_mouth:

wow, thank you @gvalero! :+1:t3: :raised_hands:t3:

Thank you for your link @ThinhDinh. Finally, I found the samples of relevant app script → Set cell format with google apps script - Stack Overflow