Search

Discount Percentage

Articles

This function is deprecated. Use Percentage.

Use this function to find the percentage of ‘discount’ in the given ‘cost price’.

Syntax

Discount Percentage (discount, costprice)

Parameters

Input Parameter Name Description
discount Discount value to find the discount percentage
costprice Costprice value to find the discount percentage

Returns

Return Value Description
Value Returns the percentage of ‘discount’ in the ‘cost price’

Sample

Discount Percentage (30, 100)=> 30

To view all the Math functions, click here.

Did you find what you were looking for?