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.

1 Like

Hola @IDEApps

Use the TEXT(Number, Format) function

The syntax can be this:

Saludos!

1 Like

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.

1 Like

Ah… that is another story!

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

2 Likes

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

1 Like

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

3 Likes