Couldn't Find/Need Help with Macro to create Inventory Totals

daddyjoe74

New Member
Joined
Dec 29, 2016
Messages
2
I apologize if this is posted somewhere else already, I tried searching but not sure how to describe this function so unsure how to search.

I have a spreadsheet for my restaurant's liquor inventory that i was to use to compile the data and turn in for month end inventory.

Column A is the spirit, so vodka, gin, etc. I want all similar column A spirits to be compiled so I can get a total for each spirit on hand. I want all output on the same sheet, not different sheets.

Column D is price, I want price multiplied by on hand which is Column F. I would like all the other column info not mentioned included in the results.

Is it possible that I can have each section total by column A and then a total for all inventory.

There are no spaces in between data on the rows until the end.

Again, I apologize if this is somewhere else, but I didn't know how to search for this.

Are there any websites or books that can help me learn how to program and write my own code instead of asking for help all the time?

thanks,

Russell McGuire
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
this is what i'm looking at.

SpiritVendorItemPriceParOn Hand
VODKASWSAbsolut$A 2.5
VODKASWSAbsolut Hibiscus$b .5
VODKASWSBelvedere Vodka $c 1.7

<colgroup><col span="2"><col><col span="3"></colgroup><tbody>
</tbody>

and i am looking for something that uses a macro to output to different page:

SpiritVendorItemPriceParOn Hand
VODKASWSAbsolut$A 2.5
VODKASWSAbsolut Hibiscus$b .5
VODKASWSBelvedere Vodka $c 1.7

<colgroup><col span="2"><col><col span="3"></colgroup><tbody>
</tbody>


listed rows in order, but finishes with a function that performs price*on hand {vodka totals=sum((d2*f2)+(e3*f3)+(e4*f4))
same for rum, bourbon, scotch, etc.
column a has all the tags for the individual sections i need totalled.
then i need a grand total that sums up all the individual totals.

any help would be greatly appreciated.

russell

and i will check out the resources that were given. thanks!
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,739
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top