FRAC
Returns the fractional part of a number value.
Syntax
=FRAC(Value)
Arguments
| Name | Type | Description | 
|---|---|---|
| Value | Number | Number value to get the fractional part of. | 
Return
| Type | Description | 
|---|---|
| Number | The fractional part of specified number value. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | 0.2 | |
 | -0.2 | |
 | 0 |