Hi
I wanted to find out which is the efficient way to have a drop down data validation list which changes according to the entry in the table below.
I have tried IF formula but not sure if efficient as a have a lot of conditions.
Nike is in Cell B5
I have brands then depending on the Brands selected appropriate drop down table appears in cell C19 (currently selected SKU0601 below)
I have inserted above formula in the Data Validation List Formula but what I am finding on other sheets is that the formula is not accepted in the data validation when I have many brands...
Is there a more efficient way to do this?
Above formula works here but when I have a sheet with twenty brands the formula is too long.
Let me know if anyone has a suggestion...
I have thought of another way using Hlookup but wondered if anyone else knew other ways
Thanks
Jay
I wanted to find out which is the efficient way to have a drop down data validation list which changes according to the entry in the table below.
I have tried IF formula but not sure if efficient as a have a lot of conditions.
Brands | Nike | Puma | Adidas | Vega | Geox | New Balance | OTHER | |||||||||
****** | ◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦ | ◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦ | ◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦ | ◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦ | ◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦ | ◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦ | ◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦◦ | |||||||||
| Nike | SKU0001 | SKU0100 | SKU0200 | SKU0300 | SKU0400 | SKU0500 | SKU0600 | ||||||||
| Puma | SKU0002 | SKU0101 | SKU0201 | SKU0301 | SKU0401 | SKU0501 | SKU0601 | ||||||||
| Adidas | SKU0003 | SKU0102 | SKU0202 | SKU0302 | SKU0402 | SKU0502 | SKU0602 | ||||||||
| Vega | SKU0004 | SKU0103 | SKU0203 | SKU0303 | SKU0403 | SKU0503 | SKU0603 | ||||||||
| Geox | SKU0005 | SKU0104 | SKU0204 | SKU0304 | SKU0404 | SKU0504 | SKU0604 | ||||||||
| New Balance | SKU0006 | SKU0105 | SKU0205 | SKU0305 | SKU0405 | SKU0505 | SKU0605 | ||||||||
| OTHER | SKU0007 | SKU0106 | SKU0206 | SKU0306 | SKU0406 | SKU0506 | SKU0606 | ||||||||
| SKU0008 | SKU0107 | SKU0207 | SKU0307 | SKU0407 | SKU0507 | SKU0607 | |||||||||
| ||||||||||||||||
|
Nike is in Cell B5
I have brands then depending on the Brands selected appropriate drop down table appears in cell C19 (currently selected SKU0601 below)
| Brand | Department | |||
| |||||
| Select | Select | |||
| OTHER |
| Need Formula in the data validation that would bring the relevant drop down list from above table | ||
C19 | I tried IF formula but ran out of space and would not let me extend the formula | ||||
=IF($B$19=$B$5,$D$5:$D$14,IF($B$19=$B$6,$F$5:$F$14,IF($B$19=$B$7,$H$5:$H$14,IF($B$19=$B$8,$J$5:$J$14,IF($B$19=$B$9,$L$5:$L$14,IF($B$19=$B$10,$N$5:$N$14,IF($B$19=$B$11,$P$5:$P$14))))))) |
I have inserted above formula in the Data Validation List Formula but what I am finding on other sheets is that the formula is not accepted in the data validation when I have many brands...
Is there a more efficient way to do this?
Above formula works here but when I have a sheet with twenty brands the formula is too long.
Let me know if anyone has a suggestion...
I have thought of another way using Hlookup but wondered if anyone else knew other ways
Thanks
Jay