Hi Guys,
Need your help on this one.. I have a tabel that looks like this one: (data can be filled in with blanco lines between)
Now i have another litle tabel where the user needs to lookup some value on 2 criteria. First the markname and second the status of the vehicle.
So, the field where now "Audi" stands is selectable on all marks. For example if the user chooses "Audi".
The field besides is also selectable between "Active and Non Active".
After selection, the information has to be automatic filled in on the 2 selectable criterias. (in example above, we must seek the information of: Audi, Non Active. Type + Fuel: has to be "A3 UNL", Plate: has to be "ABC-333-5", and so further on..)
I tried many times vith INDEX and MATCH but i can't fix the formulas on the 2 criterias.
Important: I can't use array function in formula an i don't want to use VBA.
Someone smart enough to fix the formulas for the fields?
Allready Big Thanks for your help,
Need your help on this one.. I have a tabel that looks like this one: (data can be filled in with blanco lines between)
Status | Mark | Type | Fuel | Plate | KM | Omnium | Omnium Until | Winter Tyres | Color | Remarks |
Active | BMW | 320 | G | ABC-123-5 | 60000 | Yes | 30/06/2020 | No | White | |
Non Active | Mercedes | A-Class | UNL | ABC-321-9 | 32000 | No | 31/12/2019 | No | Grey | |
Active | Audi | A6 | G | ABC-222-2 | 51000 | Yes | 25/05/2020 | Yes | Black | |
Non Active | Audi | A3 | UNL | ABC-333-5 | 20 | Yes | 25/08/2020 | Yes | Red | |
Active | VW | Passat | G | ABC-555-3 | 25000 | No | None | No | White | |
Audi | Non Active |
Type + Fuel: | G |
Plate: | |
KM: | |
Omnium + Date Until: | |
Winter Tyres: | |
Color: |
The field besides is also selectable between "Active and Non Active".
After selection, the information has to be automatic filled in on the 2 selectable criterias. (in example above, we must seek the information of: Audi, Non Active. Type + Fuel: has to be "A3 UNL", Plate: has to be "ABC-333-5", and so further on..)
I tried many times vith INDEX and MATCH but i can't fix the formulas on the 2 criterias.
Important: I can't use array function in formula an i don't want to use VBA.
Someone smart enough to fix the formulas for the fields?
Allready Big Thanks for your help,