I am not totally sure if this is the right place to ask this question. Hopefully someone will have an answer or could give some advice.
I run a small shop that sells commodities. I have a program / spreadsheet that will list the top moving items.
I can sort this information by total number of units sold:
Product 1, 15
Product 2, 12
Product 3, 7
... or by total value in sales:
Product 2, $250.00
Product 1, $75.00
Product 3, $30.00
I would like to create a combined rank between these two values. I have programming (PHP, Python, Perl, etc.) and database experience. I was wondering if there is some way to identify the top movers with a combined value of income and units. For example, Product 1 sells more units, but brings in less money. Perhaps product 2 is more important. Maybe a points based system where 1.5 points might be given for each unit sold and 2 points for each dollar. (monetary being slightly more important)
Any ideas?