Hello All
Not sure what direction to go or how to phrase but looking for the following.
When a quantity is inputted into worksheet 1 (labeled: product), that quantity and item description will auto populate onto worksheet 2 (labeled: totals). Worksheet 2 should not have any quantities if worksheet 1 is zero.
WORKSHEET 1: Product
[TABLE="width: 497"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Bottles[/TD]
[TD]Product ID#[/TD]
[TD]Units[/TD]
[TD]$ Per Case[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD="align: right"]34566[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$12.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Coke Zero[/TD]
[TD="align: right"]36563[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$13.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Diet Coke[/TD]
[TD="align: right"]63563[/TD]
[TD="align: right"]24[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Diet Dr. Pepper[/TD]
[TD="align: right"]65654[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$14.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dr. Pepper[/TD]
[TD="align: right"]65456[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$15.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Fanta Orange[/TD]
[TD="align: right"]56564[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$16.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ginger Ale[/TD]
[TD="align: right"]45675[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$20.00 [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2: Totals
[TABLE="width: 381"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Bottles[/TD]
[TD]Product ID#[/TD]
[TD]Total
QTY[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Easiest way I can describe it is it will be similar to shopping cart, but not used as one. I hope this can be accomplished with a formula as the primary users will have basic excel knowledge and limited web access. Primary focus for me would be formula assistance I can alter to my needs just unsure what direction to take it. Any help will do, thanks for the assistance.
Not sure what direction to go or how to phrase but looking for the following.
When a quantity is inputted into worksheet 1 (labeled: product), that quantity and item description will auto populate onto worksheet 2 (labeled: totals). Worksheet 2 should not have any quantities if worksheet 1 is zero.
WORKSHEET 1: Product
[TABLE="width: 497"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Bottles[/TD]
[TD]Product ID#[/TD]
[TD]Units[/TD]
[TD]$ Per Case[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD="align: right"]34566[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$12.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Coke Zero[/TD]
[TD="align: right"]36563[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$13.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Diet Coke[/TD]
[TD="align: right"]63563[/TD]
[TD="align: right"]24[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Diet Dr. Pepper[/TD]
[TD="align: right"]65654[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$14.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dr. Pepper[/TD]
[TD="align: right"]65456[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$15.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Fanta Orange[/TD]
[TD="align: right"]56564[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$16.00 [/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ginger Ale[/TD]
[TD="align: right"]45675[/TD]
[TD="align: right"]24[/TD]
[TD="align: right"]$20.00 [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2: Totals
[TABLE="width: 381"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Bottles[/TD]
[TD]Product ID#[/TD]
[TD]Total
QTY[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Easiest way I can describe it is it will be similar to shopping cart, but not used as one. I hope this can be accomplished with a formula as the primary users will have basic excel knowledge and limited web access. Primary focus for me would be formula assistance I can alter to my needs just unsure what direction to take it. Any help will do, thanks for the assistance.