Round down a number to a specific number

How can I round down a number to a specific number of decimal places using the ROUNDDOWN() function in Stackby

You can use the ROUNDDOWN() function in Stackby to round a number down to a specific number of decimal places
Assuming your original value is in the “Original Value” column, and you want to round it down to 2 decimal places, your formula would look like this
ROUNDDOWN(Original Value, 2)