|
Hello,
I'm still having some problems with the following data and getting it to
look like what follows:
1,2,3,4,5,10
0,4,5,8,9,11
0,1,10,11
x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11
0 1 1 1 1 1 0 0 0 0 1 0
1 0 0 0 1 1 0 0 1 1 0 1
1 1 0 0 0 0 0 0 0 0 1 1
Everything was fine using the index function, up until we added a 10 and
11 to the responses. Is there a way that INDEX can find '10' or '11' as a
whole string value without finding a true value for either 0 or 1? Any
help is appreciated. Thanks, Chris
|