Is it possible to restrict amount greater than 0 and accept only 2 decimals and how?
Would like to know is it possible to restrict amount greater than 0 and accept only 2 decimals in number column.
Answers
-
Hi @Happy
There are a couple of things you could do here, depending on how strict you need to be.
One formatting suggestion would be to have a formula in a flag column that will automatically flag any row that has over 0.99 in that cell.
=IF([Number Column]@row >= 1, 1, 0)
Then you can set up Conditional Formatting to highlight that row or cell if the flag is raised. You can also set the Formatting Options of that column to only show 2 decimals (although there may be more in the background).
If that doesn't work for you and you need to lock the column to your requirements, what I would do in this instance is set the column to be a Dropdown type of column and add your 99 options as values for that column.
Then you can restrict the column to those dropdown options:
See Maintain consistency in data collection with dropdown columns
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives