Something like this, the formula would be in the if yes field.It is not quite clear to me exactly what you are looking for and where exactly you want it to go (and I suspect others may have the same questions too, since no one has replied yet).
Can you show us an example of your data and expected output?
Questions Answered | If Yes |
Cats Yes, Dogs No, Parrot Yes, Fish Yes, Lizards No | Cat, Parrots, Fish |
Fluff.xlsm | ||||
---|---|---|---|---|
A | B | |||
1 | ||||
2 | Cats Yes, Dogs No, Parrot Yes, Fish Yes, Lizards No | Cats, Parrot, Fish | ||
Sheet4 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | B2 | =LET(a,TEXTSPLIT(A2," ",", "),TEXTJOIN(", ",,FILTER(INDEX(a,,1),INDEX(a,,2)="yes"))) |
Fluff sorry I didn't realize you replied on this. I appreciate it. It doesn't seem to work with my layout it has a calc error. Here is an example of my layout.How about
Fluff.xlsm
A B 1 2 Cats Yes, Dogs No, Parrot Yes, Fish Yes, Lizards No Cats, Parrot, Fish Sheet4
Cell Formulas Range Formula B2 B2 =LET(a,TEXTSPLIT(A2," ",", "),TEXTJOIN(", ",,FILTER(INDEX(a,,1),INDEX(a,,2)="yes")))
My apologies, this is the type of data I'm working with.That's because the data in the image, is completely different from the data you posted in post#3
Please post some accurate data.
My work PC wouldn't allow me to install that unfortunately, I will need to recreate this at home and send it. I wish they allowed us to post excel docs still.Can you post a few samples of that data, preferably using the XL2BB add-in.