I have a cell with a value of 33,460.7971 which I would like to display as 33,460.79 without changing the actual value of the cell, I do need to maintain the 4 decimal places.
If I set the number format for the cell to show 2 decimal places it automatically rounds it to 33,460.80. If I use any of the functions such as TRUNC or ROUND it changes the value in the cell.
Is there a number format that I can use to achieve this?
Thanks