Thread: [Solved] various data needs counting
View Single Post
 
Old 09-13-2012, 08:12 AM
apples apples is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Sep 2012
Posts: 2
apples is on a distinguished road
Default various data needs counting

I need help-
I have a Excel matrix of various data that needs counting and result output to a spreadsheet.
The data consists of Shelves, Boxes and Books. The shelves hold boxes that hold books. The books and boxes need to be counted and transfered to a spreadsheet.
I have an Excel file with two tabs; first tab has book quantities that go in each BOX, the quantity of BOXES on each SHELF, and condition of the BOOKS. Second tab has the tabulated count.
Do you think VBA could handle giving me the count in a specific format shown in tab two? I can pre-populate the headings manually; but need VB code to start at second row and on.
It is a bit involved and a challenge –Thanks Much for your time and effort.
One thing I need to add if it helps any: In the matrix-you will notice that some of the books don’t specify a quantity which would ultimately point to which box they go into. These non-quantity books dont get added to the count even though they have a BOOK STATUS i.e, Bad, Good etc. Thanks again.
Attached Files
File Type: xlsx RedFuji counting stuff.xlsx (58.4 KB, 12 views)
Reply With Quote