I have an excel file that we currently filter by 3 to 4 fields to come up with a price for an item for vehicles. We filter by Year, Make, Model, and then for certain products, we also end up filtering by other parametes, but I’ll use size as an example.
I am trying to create a form where instead of having to exit and go to the excel sheet, a person could potentially do the following:
- Select year → this should provide the filter for the next question and only return Brands for those years
- When they select a make, it should filter the next question to only show models for the selected brand.
- When they select model, if there are 2 models, it should bring up the size field for the next question, if there is only one model, it should bring up the ID for that specific model in the next question.
- After it brings up the correct ID for that model, it should show the only price option for that ID.
I know I can import an excel file, but I’m not sure how to get it to let me make a form that filters based on the excel sheet I import. Any advice would be greatly appreciated!
