Hello,
I'm wondering if anyone is able to help, as this has started to take up a lot of my time, and I'm on the verge of giving up and reverting to doing it manually.
I have a list "Services" which can have multiple "internal services" associated with them. I have the master list, and I would like to return all "internal services" against the list of my "Services". I've successfully managed to do this horizontally, but I would like to do this vertically in a list (not just transpose it).
Is there a way.
I've done an example manually below to maybe help explain what I mean:
1. The master list of all services (dishes in this case)
2. My list of which services I care about
3. The formula I used to return all internal services (ingredients in this instance) (formula was: =IF(COLUMN()-6<=COUNTIF($A$2:$A$1442,$F2),INDEX($B$2:$B$1442,MATCH($F2,$A$2:$A$1442,0)+COLUMN()-7),"") )
4. How I would like the data displayed in the end.
I'm wondering if anyone is able to help, as this has started to take up a lot of my time, and I'm on the verge of giving up and reverting to doing it manually.
I have a list "Services" which can have multiple "internal services" associated with them. I have the master list, and I would like to return all "internal services" against the list of my "Services". I've successfully managed to do this horizontally, but I would like to do this vertically in a list (not just transpose it).
Is there a way.
I've done an example manually below to maybe help explain what I mean:
1. The master list of all services (dishes in this case)
2. My list of which services I care about
3. The formula I used to return all internal services (ingredients in this instance) (formula was: =IF(COLUMN()-6<=COUNTIF($A$2:$A$1442,$F2),INDEX($B$2:$B$1442,MATCH($F2,$A$2:$A$1442,0)+COLUMN()-7),"") )
4. How I would like the data displayed in the end.