Ben Ball Posted November 15, 2006 Posted November 15, 2006 I can use a calc to round figures off to 1 whole number or to 2 decimal places using Round(fig1);2) or Round(fig2);0) But how can I round to the nearest 10? i.e a number of 459 will find 460 likewise 454 will find 450? Anyone with any ideas?? B
Inky Phil Posted November 15, 2006 Posted November 15, 2006 I've got AN idea but I can't say it is the Best idea Divide by 10 round the result multiply by 10 HTH Phil
Lee Smith Posted November 15, 2006 Posted November 15, 2006 Hi Phil, Nothing wrong with it, especially for v6. BTW [color:orange]Ben, the calculation would look like: Round(YourNumberFieldHere / 10, 0) * 10 HTH Lee
Ben Ball Posted November 15, 2006 Author Posted November 15, 2006 Excellent, Thanks Lee, that clears that one,... Ben
Recommended Posts
This topic is 6644 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now