Forum Discussion
Katy775
Nov 14, 2022Copper Contributor
Custom a number format
Hi,
I'm trying to create a number format like this
123456,789102
Any ideas please and thanks
2 Replies
- bosinanderSteel ContributorThe quotation marks make the comma not interpreted as a special number format character. It is similar to 000000\,000000 where the backslash tells to not intepret the one following character.
- bosinanderSteel Contributor000000","000000