So we are having an issue with the excel 2010 rounding function. If I want to round a number to 2 decimal places, it works until the number is rounded up and the hundreth place contains a zero. In that situation the round function only displays one decimal place.
For example:
=Round(6.895,2)
Displays 6.9 not 6.90
The round function is nested in a longer formula concatenating text and numbers so just changing the cell format to display two decimal places will not work. Any ideas?
For example:
=Round(6.895,2)
Displays 6.9 not 6.90
The round function is nested in a longer formula concatenating text and numbers so just changing the cell format to display two decimal places will not work. Any ideas?