Dear community,
I would like to count how many number for the numbers listed below. May i know what formula i can use in this case?
Data
1. 292839383
2.847475
3.48484
Result
1. 9
2. 6
3. 5
Hi @SH_94
Use formula
Length(ToString([Field1]))
Hope this helps : )
Happy to help : ) @SH_94 Cheers and have a nice day!
👍