Round down formula?

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

What do you need help with?

I’ve noticed the ROUND() function in the formula. It rounds as you would expect. However, in my case I would like to always round down. So 19.93 should be 19, not 20. Anyone any idea?

Hello @360Creators,

What you are after is the FLOOR function.

floor(19.93) would give you 19.

Cheers,
Peter Evans

Thank you very much, that’s it! :grin: :clap: