3
I am creating a database file and I have a data validation where the model matches its brand.
I did a list type data validation from the table:
With the following formula::
=SE(F6=$Q$5;$Q$6:$Q$8;SE(F6=$R$5;$R$6:$R$7;SE(F6=$S$5;$S$6:$S$7)))
It is working correctly, if you select Tag -> Citröen I can only select in Model -> DS3 or C3 and the same for all other brands.
The question is, is there a simpler way to create data validation? It is necessary to cover almost all brands which will lead to an extensive formula in data validation.
Thank you.
I found a smaller and simpler formula to create the drop-down list (I took @Rbz’s suggestion)
Solution:
With INDIRECTO
to fetch information from the respective Mark=Tab makes the "creation" of the drop-down list easier and practical.
Whenever there’s a new Brand we’ll have a new Flap and just put the respective models in the column To the dropdown list is automatically updated.
Note: This solution fits my project.
It depends a lot on how much you have of variations, how many registrations, etc. You might have to reach the level of having 1 tab per brand, with templates, versions, and use the
PROCV
.– rbz
@Rbz, using
PROCV
won’t indicate only the first value found? But I took your idea of a tab tag and I think theINDIRECTO
with help columns can solve my "problem".– R.Galamba
Take a look at this link.
– rbz
That’s not what I mean. What I want is for you to fill out the customer form and indicate the make of the car just let me select the respective models. I got what was expected using: Tabs=Brands and within each Brand your models and used the
INDIRECTO
and it seems to be working.– R.Galamba
How can I post the file to see what I wanted and how I solved it?
– R.Galamba
However you see fit, but who reads can understand, simulate, execute what you pass.
– rbz
I edited the question and put the solution. Thank you for the availability.
– R.Galamba
There are as many characters as a checklist can have. If this occurs, saw this answer
– danieltakeshi