SeanDamnit
Board Regular
- Joined
- Mar 13, 2011
- Messages
- 151
Hello MrExcel,
I'm having difficulty figuring out where to begin with this project.
I have an inventory list that will usually be ~10k line items, each grouped in 4-6 unique categories, with about 80 unique items. I will occasionally need to re-categorize items on this list. For the sake of a simple example, let's say it looks like this:
What I'd like the process to do is:
For each unique category, a prompt will pop up listing each unique item in that category along with a drop down menu next to it giving the user the option to re-categorize that item. All items are set to their current category by default. Once complete the category would be updated in the data, and I can continue with the remaining requirements for my process.
Normally for projects like this I'm able to find a tutorial or something to get me started out there...but I guess my Google skills just aren't on game today. Can anyone point me in the right direction?
I appreciate any help! Thanks!
I'm having difficulty figuring out where to begin with this project.
I have an inventory list that will usually be ~10k line items, each grouped in 4-6 unique categories, with about 80 unique items. I will occasionally need to re-categorize items on this list. For the sake of a simple example, let's say it looks like this:
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | Item | Category | ||
2 | Cherry | 2 | ||
3 | Pear | 1 | ||
4 | Cherry | 2 | ||
5 | Pineapple | 2 | ||
6 | Apple | 3 | ||
7 | Banana | 1 | ||
8 | Banana | 1 | ||
9 | Kiwi | 1 | ||
10 | Kiwi | 1 | ||
11 | Cherry | 2 | ||
12 | Banana | 1 | ||
13 | Cherry | 2 | ||
14 | Apple | 3 | ||
15 | Apple | 3 | ||
16 | Cherry | 2 | ||
17 | Apple | 3 | ||
18 | Cherry | 2 | ||
Sheet2 |
What I'd like the process to do is:
For each unique category, a prompt will pop up listing each unique item in that category along with a drop down menu next to it giving the user the option to re-categorize that item. All items are set to their current category by default. Once complete the category would be updated in the data, and I can continue with the remaining requirements for my process.
Normally for projects like this I'm able to find a tutorial or something to get me started out there...but I guess my Google skills just aren't on game today. Can anyone point me in the right direction?
I appreciate any help! Thanks!