I have a situation where I cannot find a good formula to use when I need to return multiple values from an array. It works fine for single values. I'm having to concatenate values to get the desired results. Let me explain.
record A B C D E F G H I J DESIRED RESULT
1 1 A
2 1 B
3 1 C
4 1 D
5 1 E
6 1 1 1 F,G,H
7 1 1 H,J
8 1 G,I
9 1 1 1 1 1 G.H.I.J,K
10 1 1 1 F,I,J
Where columns headed A-D can only have one selection and E-J can have multiple selections. I've tried the LOOKUP function which works where there is only one selection. When applied to record 6, for example, it only returns the first instance of finding the "1", which is column E, ignoring the info in G, H and I.
anyone????
thanks
record A B C D E F G H I J DESIRED RESULT
1 1 A
2 1 B
3 1 C
4 1 D
5 1 E
6 1 1 1 F,G,H
7 1 1 H,J
8 1 G,I
9 1 1 1 1 1 G.H.I.J,K
10 1 1 1 F,I,J
Where columns headed A-D can only have one selection and E-J can have multiple selections. I've tried the LOOKUP function which works where there is only one selection. When applied to record 6, for example, it only returns the first instance of finding the "1", which is column E, ignoring the info in G, H and I.
anyone????
thanks
Last edited: