Search

Get Discount Percentage (Dep.)

Articles

This function is deprecated. Use Get Percentage.

Use this function to find the percentage of discount in the given cost_price.

Syntax

Discount Percentage (discount, cost_price)

Parameters

Input Parameter Name Description
discount Discount value to find the discount percentage
cost_price 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)

  • Returns 30

To view all the Math functions, click here.

Did you find what you were looking for?