SOLVED
Rounding to 3 decimal points
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
carterfleming
8 - Asteroid
‎10-03-2022
12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a column of whole numbers that I want to a.) convert to decimals and b.) have 4 decimal points showing (i.e., 1.2345).
So basically, dividing a column by 100 and get it to show to 4 decimal places.
I've tried the round function in a Formula but it's not working how I want it to.
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
4 REPLIES 4
‎10-03-2022
12:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Also the column to be converted does contain zeroes, not sure if that factors in but thought worth mentioning.
MilindG
12 - Quasar
‎10-03-2022
12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is this somewhat you're looking to do?
apathetichell
19 - Altair
‎10-03-2022
12:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you using something like round([field1]/100,.0001)? What is your output vs the output you want?
‎10-03-2022
12:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perfect, that worked! Thank you.
