You are here: Help Topics > Customization > Calculation > RATIO Function
RATIO Function
The RATIO function calculates the ratio between two cells.
Syntax
RATIO(expression1,expression2)
Example 1
RATIO(c1,c2)
Returns c1 as a percentage of c2.
Example 2
RATIO(c1,c1+c2)
Returns c1 as a percentage of the sum of cells c1 and c2.
Related Topics