

Creator III
2018-06-14
09:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Round of to two decimals
Hello All,
I have my data in the below format and would like to Round it off to two Decimals
0,4989 - 0,49
1,1960 - 1,19
23,4537 - 23,45
100,3268 - 100,32
Tried with Round and Ceil Function but, doesn't workout as needed.
TIA!!
1,266 Views
1 Solution
Accepted Solutions

MVP
2018-06-14
09:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 Reply

MVP
2018-06-14
09:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be this
Floor(Number, 0.01)
