Horje
round numbers in excel Code Example
round numbers in excel
Here are some examples you could use:

=ROUND(A1,1) // Round to 1 decimal place
=ROUND(A1,2) // Round to 2 decimal places
=ROUND(A1,3) // Round to 3 decimal places
=ROUND(A1,4) // Round to 4 decimal places

=ROUND(A1,0) // Round to nearest whole number
=ROUND(A1,-1) // Round to nearest 10
=ROUND(A1,-2) // Round to nearest 100
=ROUND(A1,-3) // Round to nearest 1000
=ROUND(A1,-4) // Round to nearest 10000

=ROUND(A1/B1,0) // round result to nearest integer
Source: exceljet.net




Whatever

Related
hr within table Code Example hr within table Code Example
src refspec main does not match any Code Example src refspec main does not match any Code Example
whitespace regex Code Example whitespace regex Code Example
set _id to id Code Example set _id to id Code Example
integer regex Code Example integer regex Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8