window | blind type | width | drop | brackets | dbl/link/ind | controls | bunch | blade size | Fabric | Colour | ||||||||
b1 | PVCvenetian | 1800 | 1500 | 63 | Urbanwood | Alpine White | ||||||||||||
b2 | PVCvenetian | 1800 | 1500 | 50 | Urbanwood | Linen | ||||||||||||
Hi all, I'm trying to limit the input of the colour column when the blade size is 63. Normal 50mm blade size has 9 options. The only 63mm options should be Alpine White or Warm White. I have put those colours in a new table called PVCvenetian63 and tried to amend formula in Data Validation, currently:
=INDIRECT(SUBSTITUTE(E14&S14," ","")) to:
=IF(Q14="63", PVCvenetian63, INDIRECT(SUBSTITUTE(E14&S14," ","")))
but this gives an error like "are you trying to type a formula?......). Any idea what is wrong?