Home : SROUNDZ
Q11287 - INFO: SROUNDZ
SROUNDZ A Spread formula that allows you to scientifically round values.  Handles values that contain data qualifiers (<,>,...).

SYNTAX:

SROUNDZ(Cell Reference/Value, Decimal Places, optional Method)

Cell Reference/Value: The specifies the value to round.

Decimal Places: Sets the number of Decimal places to round to.

Method: Sets how trailing decimal places are handled when rounding.

  • 0 - the default if not specified uses the entire number to round.  Example 1.251 rounded to 1 decimal would use the 51 and round up to 1.3.
  • 1 - Uses only the next digit after to round.  Example 1.251 to 1 decimal would only evaluate 1.25 which would therefore round to 1.2. 

NOTES:

Scientific Rounding:  When the fractional part is exactly 0.5, the function always rounds it to the nearest even number.  For example, 0.5 rounds to 0, and 1.5 rounds to 2.  Normal rounding rounds digits 1,2,3, and 4 down.  Rounds digits 5,6,7,8, and 9 up.

You can only display up to 10 significant digits using this function.

See Scientific vs Normal rounding for a table showing the key differences between the rounding techniques.

See SROUND to round numbers without qualifiers.   See ROUND for rounding using normal rules.

EXAMPLES:

=SROUNDZ("<2.5", 0) <2

=SROUNDZ("<2.5", 0, 1)  <2

=SROUNDZ("<2.51", 0,0) <3

=SROUNDZ("<2.51", 0,1) <2

=SROUNDZ(GAVGZ(1,1,"M",1, 2),1) <3.1 (where GAVGZ returns "<3.11")

Related Articles
No Related Articles Available.

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 6/2/2008 1:36 PM.
Last Modified on 9/12/2023 10:58 AM.
Last Modified by Steve Fifer.
Article has been viewed 3015 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article