Last Updated: Dec 2, 2020
This function is deprecated. Use Percentage.
Use this function to find the percentage of ‘profit’ in the ‘cost price’.
Profit Percentage (profit, costprice)
Input Parameter Name | Description |
---|---|
profit | Profit value to find the Profit percentage |
costprice | Costprice value to find the Profit percentage |
Return Value | Description |
---|---|
Value | Returns the percentage of ‘profit’ in the ‘cost price’ |
Profit Percentage (30,100) => 30.0
To view all the Math functions, click here.