Search

Get Percentage

Last Updated: May 10, 2022

Articles

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

Syntax

Get Percentage (value, total)

Parameters

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

Returns

Return Value Description
Percentage Returns the percentage of value out of total

Sample

Get Percentage (30,100)

  • Returns 30.0

To view all the Math functions, click here.

Did you find what you were looking for?