Search

Percentage

Last Updated: Dec 2, 2020

Articles

Use this function to find the percentage of ‘out of’ in the ‘total’ value.

Syntax

percentage (outof, total)

Parameters

Input Parameter Name Description
outof Value to calculate percentage out of
total Total value to calculate the percentage

Returns

Return Value Description
Value Returns the percentage of ‘outof’ in the ‘total’ value

Sample

ercentage (30,100) => 30.0

To view all the Math functions, click here.

Did you find what you were looking for?