H
Harryt1pper
Hi all,
I am setting up an excel table that allows for multiple dependants, i.e
cell D is dependant on C which is dependant on B which is dependant o
A... This is working using the following functio
=INDIRECT(SUBSTITUTE(B5," ","")), =INDIRECT(SUBSTITUTE(C5," ",""))
=INDIRECT(SUBSTITUTE(D5," ","")) where D is the column and 5 is th
row.
This section succesfully works, to those that are curious the indirec
function creates the dependancy whilst the substitute function allow
for multi-word named lists.
I have also succesfully set up a multiple asset selection per cell, fo
instance if I select colours in A then I can select say red in B but
can also select blue in B and would see the following red, blue. Agai
for those who are curious I used this website for thi
http://www.contextures.com/excel-data-validation-multiple.html and use
the code there. If you want to repeat this for multiple columns selec
the areas that have been highlighted with red arrows copy paste them an
enter in the relevant column number. I have done this for columns 11-1
in mine which is L-R.
NOW MY PROBLEM
I want to combine the two. Currently when I click say (Cell A1) Unit
get my unit options Red, Blue, Green. I now choose Red (Cell B1) whic
means cell C1 offers me toilets, showers, sinks. I now also choose blu
in Cell B1 and both red and blue show. However when I go to cell C1
still only see the options that follow from having chose red and do no
see the variables produced by blue.
Does anyone have a way around this/done anything similar? I wil
continue to search the internet sorry if my technical jargon is behin
on this I have only really started using excel these past two days fo
anything serious after being handed a massive database that need
organising.
Thanks in advance and looking forwards to responses - sorry for the lon
windedness
I am setting up an excel table that allows for multiple dependants, i.e
cell D is dependant on C which is dependant on B which is dependant o
A... This is working using the following functio
=INDIRECT(SUBSTITUTE(B5," ","")), =INDIRECT(SUBSTITUTE(C5," ",""))
=INDIRECT(SUBSTITUTE(D5," ","")) where D is the column and 5 is th
row.
This section succesfully works, to those that are curious the indirec
function creates the dependancy whilst the substitute function allow
for multi-word named lists.
I have also succesfully set up a multiple asset selection per cell, fo
instance if I select colours in A then I can select say red in B but
can also select blue in B and would see the following red, blue. Agai
for those who are curious I used this website for thi
http://www.contextures.com/excel-data-validation-multiple.html and use
the code there. If you want to repeat this for multiple columns selec
the areas that have been highlighted with red arrows copy paste them an
enter in the relevant column number. I have done this for columns 11-1
in mine which is L-R.
NOW MY PROBLEM
I want to combine the two. Currently when I click say (Cell A1) Unit
get my unit options Red, Blue, Green. I now choose Red (Cell B1) whic
means cell C1 offers me toilets, showers, sinks. I now also choose blu
in Cell B1 and both red and blue show. However when I go to cell C1
still only see the options that follow from having chose red and do no
see the variables produced by blue.
Does anyone have a way around this/done anything similar? I wil
continue to search the internet sorry if my technical jargon is behin
on this I have only really started using excel these past two days fo
anything serious after being handed a massive database that need
organising.
Thanks in advance and looking forwards to responses - sorry for the lon
windedness