I need to create a table where the operator can input numbers. This is a protected sheet, so the operator can not change anything, they can just input numbers in specific cells. [Microsoft 365 for Mac]
I need Excel to show 2 decimal places without rounding them. For example, for 3.888, I need 3.88 rather than 3.89.
For example, I need to have A1:A10 blank for the operator to enter the numbers and the VBA should be applied to those cells.
Does anyone know how to do that with VBA?
Thanks
Need to implement VBA to truncate the entry data.