Hello,
I have an array (to use a general term) of data where the X and Y axis are identical. The purpose is to identify relationship and correlation among the 30 odd categories (text values/ names). Since the axis are identical half, along the diagonal, of the cells do not contain data as this would be redundant.
I am attempting to return the values of the X axis in a single cell depending on whether a value (3, in this case) is in the same row. There will be situations where more than one value from the X axis will correspond with '3'; thus multiple values need to be returned.
A simple example is :
Cell a2 = Value1
Cell b1 = Value1
Cell c1 = Value2
Cell d1 = Value3
Cell e1 = Value4
Cell f1 = Value5
Cell c2 = 3
cell f2 = 3
Thus, the result (returned in g2) is Value2 Value5.
If it is not possible to return the result in one cell then it can be returned in adjacent cells.
I anticipate that I will use a similar process for the columns in the array and then CONCATENATE the results.
Thank you,
Marcus
I have an array (to use a general term) of data where the X and Y axis are identical. The purpose is to identify relationship and correlation among the 30 odd categories (text values/ names). Since the axis are identical half, along the diagonal, of the cells do not contain data as this would be redundant.
I am attempting to return the values of the X axis in a single cell depending on whether a value (3, in this case) is in the same row. There will be situations where more than one value from the X axis will correspond with '3'; thus multiple values need to be returned.
A simple example is :
Cell a2 = Value1
Cell b1 = Value1
Cell c1 = Value2
Cell d1 = Value3
Cell e1 = Value4
Cell f1 = Value5
Cell c2 = 3
cell f2 = 3
Thus, the result (returned in g2) is Value2 Value5.
If it is not possible to return the result in one cell then it can be returned in adjacent cells.
I anticipate that I will use a similar process for the columns in the array and then CONCATENATE the results.
Thank you,
Marcus