Calculates the Cost of Goods Sold Based on Gross Margin for Grocery Stores
Cost_of_Goods_Sold.Rd
This function calculates the estimated cost of goods sold based on the selected gross margin percentage for a hypothetical grocery store in a user-selected location.
Arguments
- Total_Estimated_Revenue
Total estimated revenue based on market size/location.
- Gross_Margin_Percentage
Percentage of total estimated revenue expected as gross margin selected via user input (defaults to the average percentage taken from Bizminer and Vertical IQ).
Value
The output returns the estimated dollar amount for the cost of goods sold for a hypothetical grocery store in a given location.