Hi everyone
Here's an issue I've always had and was never able to solve completely, probably quite simple for someone out there.
I'm attaching an example file. I've got 6 comboboxes where the user can input 6 different variables. And there's a list with the data (8000 rows long) with the 6 categories, each with their own variables.
So I need that each of the comboboxes is filled with a list, depending on the criteria entered on the box above. For example, user entered cars (among different vehicles), on the list below there should only appear cars. And once they select a car, only mechanic parts related to cars. And so on.
I've tried using arrays, but Excel crashes. There's just to many cells and 6 different array lists.
File is: https://docs.google.com/open?id=0B9nov_b3A5SvN3FJYk1wc1RTTEE
Thanks in advance!
Here's an issue I've always had and was never able to solve completely, probably quite simple for someone out there.
I'm attaching an example file. I've got 6 comboboxes where the user can input 6 different variables. And there's a list with the data (8000 rows long) with the 6 categories, each with their own variables.
So I need that each of the comboboxes is filled with a list, depending on the criteria entered on the box above. For example, user entered cars (among different vehicles), on the list below there should only appear cars. And once they select a car, only mechanic parts related to cars. And so on.
I've tried using arrays, but Excel crashes. There's just to many cells and 6 different array lists.
File is: https://docs.google.com/open?id=0B9nov_b3A5SvN3FJYk1wc1RTTEE
Thanks in advance!