Rounding down a value

S

StuJol

i have a value in a table, lets say £1234.56.

Is their a function i can use to round this value down to the nearest whole
number?
 
M

Marshall Barton

StuJol said:
i have a value in a table, lets say £1234.56.

Is their a function i can use to round this value down to the nearest whole
number?


Use the Int or Fix function, depending on what you want to
do with negative values.
 
Top