· What is the difference between these functions:
1. =ROUND(B2,0)
2. =ROUND(B2,1)
3. =ROUNDUP(B2,0)
4. =ROUNDDOWN(B2,0)
· What does this statement do: =COUNT(K2:K10)
The difference between the syntax are defined as follows:
1. =ROUND(B2,0)
The number in Cell B2 needs to be round to 0 digits, which means that the number is rounded to the nearest integer.
2. =ROUND(B2,1)
The number in Cell B2 needs to be rounded to 1 decimal place.
3. =ROUNDUP(B2,0)
Thr number in Cell B2 is rounded up to the nearest integer.
4. =ROUNDDOWN(B2,0)
The number in Cell B2 is rounded down down to the nearest integer.
=COUNT(K2:K10)
The numbers in cell K2 to K10 are counted.
Get Answers For Free
Most questions answered within 1 hours.