Function to be added to the calculator

Would it be possible for the calculator to be able to round up / round down to the nearest 100 or 1,000?

1 Like

Hi @Nicolai_Vinum :wave:

Glad to tell you that these functions are already available:


Test it out and let me know if it worked for you :slightly_smiling_face:

Hi @Max

I have found the round up function, but i need the calculator to round a number up to nearest one hundrer.

If the number is 555 it has to be rounded up to 600.

Is that possible to doo with the current version?

Best
Nicolai

1 Like

Oh, sorry for misunderstanding!

I’ll discuss it with the devs and will get back to you a bit later :slightly_smiling_face:

Super

And thanks :pray:

image001.jpg

1 Like

This formula should work for your case: ROUND (555 / 100) * 100

Check it out and let me know if it helped :slightly_smiling_face:

Hi Max

It is working like a charm. Now I just have to figure where to put it on my website.

Thanks a lot for your help :+1:

1 Like

No sweat :slightly_smiling_face:

Meanwhile, it would mean a lot to us if you could take a peek at the Calculator category in the Wishlist and vote for your favorite ideas. And, if you have any suggestions of your own, we’d be thrilled to chat about them with you!

Thanks for sharing this!

1 Like

You are very welcome :wink: