zweiunddreissig
New Member
- Joined
- Jun 17, 2021
- Messages
- 7
- Office Version
- 2016
- Platform
- Windows
Dear community,
I need your expert advice!
I am working on a sheet to calculate fees.
For the amount field, I have used the following formula in "Data Validation": =MOD(E23*100;2)=0
-> The rule should avoid users to enter more than two decimal places.
Now I have noticed that odd decimal places get an error message, however, even decimal places are ok.
Examples:
100.12 -> ok
100.13 ->nok
What is wrong with my formula? The cell should allow even and odd decimal places as long there are not more than 2 decimal places.
Many thanks for your help!!!
Best regards,
B.
I need your expert advice!
I am working on a sheet to calculate fees.
For the amount field, I have used the following formula in "Data Validation": =MOD(E23*100;2)=0
-> The rule should avoid users to enter more than two decimal places.
Now I have noticed that odd decimal places get an error message, however, even decimal places are ok.
Examples:
100.12 -> ok
100.13 ->nok
What is wrong with my formula? The cell should allow even and odd decimal places as long there are not more than 2 decimal places.
Many thanks for your help!!!
Best regards,
B.