Hi
I have alot of data, that i need to convert.
<tbody>
value in system
new value (the formula that i need)
8726,36
9000
8971,84
9000
56724,62
57000
7000,1
9000
846618,09
847000
</tbody>
what i got so fare is =ROUNDUP(ODD((ROUNDUP(R3;-3)));-3)
but it doesnt work
i need the...