BTW:

There is an anomaly with the way the roundfunction works
LKH's first try works as good as the ROUND-function can work.

in case you have a number like 0.5, 1.5, .2.5 etc it rounds to the next EVEN number. round(1.5) = 2 round(2.5) = 2.
great ain't it?

Helger