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