If youd like to round something in a Google sheet, here is how to do it.
Youll need to use a formula the Round formula, to be precise.
Click into an empty cell and jot down =ROUND(number), then press enter.
The number you entered will be rounded up or down to the last decimal place.
For example, 9.52 will be rounded to 9.50.
If you want to round your number to a specific number of decimals, you could do that too.
Its the same formula but in a slightly different format.
throw in =ROUND(number, decimals) and press enter.
An example round function.
An example would be =ROUND(9.1283912893, 2).
In this case, the resulting number would be 9.13.
Similarly, the opposite would be =ROUNDDOWN(number, decimals).