Formatting a Number in String

Hello,
is it possible to set a number in the format: 1 = "001", 2 = "002"?
Thanks for your attention...

Solved Solved
0 5 163
2 ACCEPTED SOLUTIONS

Configure the Number column as above, then use TEXT([Number]) to set the Text column value.

View solution in original post

It doesn't work in CONCATENATE(). You have to use a virtual column as suggested and then in CONCATENATE() you find the desired format.

Thanks for your attention...

View solution in original post

5 REPLIES 5