When I use the formula option, I have not found a way format the number, to 2 or 3 decimal places. How is that done?
Hi @srossiter ,
Welcome.
Multiply the field to 100 then use INT() function, after that divide them with 100.
INT(1.23456789x100)/100=1.23