View Single Post
  #1   Report Post  
CF
 
Posts: n/a
Default Newbie: worksheet function advise (huge please)

I work for a restaurant that uses a point-of-sale system and a liquor
control system to keep track of sales and inventory. My problem is how to
reconcile what was ordered in the pos system with what was actually poured
in the lcs system. Since the liquor system dispenses potion sizes of brands
and the pos system orders a recipes, I thought that the easiest way to
balance would be to do a recipe explosion on the pos side and creating a
variance report.

However, first thing first. I have so far created a recipe matrix that looks
like below. Example, an Amaretto Sour uses 1oz of Amaretto in the recipe as
indicated in the table. The idea is then to add all of the instances in
which Amaretto is used in all of the recipes for a total number of ounces
poured. My problem is how to calculate the total amount of ounces of any
given product in a recipe if that recipe has been ordered several
times...example, how can I create a calculation that resides in the cell
where the recipe's portion size is found, so that in this example the 2
Amaretto Sours sold will have 2oz of Amaretto?

What function or combination of functions can I use? Can I use a pivot
table?

Lastly, please remember that I am a newbie and that I can't program VBA.
Thanks in advance...Carlos




# COCKTAILS SOLD 1 | 2
| 3 |


TOT OZ POURED/BRAND | BRAND NAME | COCKTAIL NAME
Alabama Slammer | Amaretto Sour | Apricot Sour | Etc.

0.00 Absolute
0.00 0.00 0.00
1.00 Amaretto
0.00 1.00 0.00
0.00 Amarula
0.00 0.00 0.00
1.00 Apricot Brandy
0.00 0.00 1.00
0.00 Bacardi White
0.00 0.00 0.00
0.00 Bailey's
0.00 0.00 0.00