I want to build a worksheet that when numbers are entered into a cell and the user ends the edit on that cell they are automatically rounded to the nearest 0.25. I do not want to have two columns, one for the original value and one for the rounded value. Is this possible and if so; how would one accomplish this?
This is what the workflow would be:
- User types 2.30 in a cell
- User tabs to the next cell or hits enter to leave the cell
- Cell value changes from 2.3 to 2.25
I also want the value of the cell to be 2.25, I do not want the value to be 2.30 but formatted to appear as 2.25.