I have a column of whole numbers that I want to a.) convert to decimals and b.) have 4 decimal points showing (i.e., 1.2345).
So basically, dividing a column by 100 and get it to show to 4 decimal places.
I've tried the round function in a Formula but it's not working how I want it to.