I have 64 different items falling under 18 different categories and I want to make a table tracking what items get ordered, by who and when. I'm just looking for ideas/templates on how best to track this. I have a simple table with each individual item as a header, the categories for each item merged & centered in a row above, the only problem is obviously there are 64 columns and the items have long names so tracking by hand involves a lot of scrolling. I started a VBA module which uses rowcounts to paste info into a table, but again, with 64 items, I'll end up with 64 text boxes.
Anyways, just wanted to get some ideas on how I could track this as easily as possible (as I won't be the only one to input info). I want to eventually use this info in a pivot table to track what items get ordered the most and when, etc.
Bookmarks