View Single Post
  #2   Report Post  
Harlan Grove
 
Posts: n/a
Default

Mikus wrote...
Is it possible to construct function that rounds down if 5 is met

For example:
1) 2.455 = 2.45
2) 2.454 = 2.45
3) 2.456 = 2.46

....

Simplest way would be

=ROUND(x-0.0009,2)