Trim numbers to x decimal places
Hi
try
=TRUNC(123.1234567,4)
--
Regards
Frank Kabel
Frankfurt, Germany
Andrea wrote:
Help please !!!!
I am trying to write some code that will trim general
numbers.
e.g. 123.123456789 to 123.1234
I have looked at Trim Statements but these only seem to
apply to characters and spacing.
Thanks Andrea
|