No doubt this is simple! I have numbers in my database which have a large number of decimal places and I would like to change these to two decimal places, with rounding. I figured out how to just chop the numbers off but cant get it to round. I found a mathematical function in a book, CEIL(X), which says it can be used for rounding. It however doesn't show you an example and I can't figure out how to use it. It doesn't appear under the builder functions! Some help would be much appreciated.