Format to show leading 0's?

Is there a way to format a column to show leading 0's?

Example: to show 00001 (not just 1)

Hi @Wendy,

You can use the Text Function to achieve this:

=TEXT([ColumnWithNumber], "00000")

Alternatively, you can also set the format to Text Before entering the numbers and Honeycode will not strip the leading zeros.

Happy building!

1 Like

Thank you. :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.