Below is an example data set:
[TABLE="width: 673"]
<TBODY>[TR]
[TD]Period</SPAN>[/TD]
[TD]5302</SPAN>[/TD]
[TD]1048</SPAN>[/TD]
[TD]1028</SPAN>[/TD]
[TD]1037-1</SPAN>[/TD]
[TD]5107</SPAN>[/TD]
[TD]1022</SPAN>[/TD]
[TD]5101</SPAN>[/TD]
[/TR]
[TR]
[TD]Release Period 1</SPAN>[/TD]
[TD]Good[/TD]
[TD]Not Clear[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Not Clear[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]Release Period 2</SPAN>[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]Release Period 3</SPAN>[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Not Clear[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL><COL><COL span=5></COLGROUP>[/TABLE]
Basically, I want to create a formula where a result table will already have the row headers "Release Period 1", "Release Period 2", etc. and will return to the right each column header that has a "Not Clear" value within the correspodning matching row.
For example, for my formula in my results table to the right of "Release Period" 1, it would return in the adjacent cells to the right, all the column headers that have a "Not Clear" value within that period, in which case would be 1048, and the next cell would be 1022.
For Release Period 2, no column headers would be returned, since there are no Not Clear's in Release Period 2.
For Release Period 3, the adjacent cell would return 1037-1.
Any idea how to put this into a formula? Where it queues off the row header and searchs for "Not Clear's" to return the column header from the original data table? I assume I'll need it as an array formula.
[TABLE="width: 673"]
<TBODY>[TR]
[TD]Period</SPAN>[/TD]
[TD]5302</SPAN>[/TD]
[TD]1048</SPAN>[/TD]
[TD]1028</SPAN>[/TD]
[TD]1037-1</SPAN>[/TD]
[TD]5107</SPAN>[/TD]
[TD]1022</SPAN>[/TD]
[TD]5101</SPAN>[/TD]
[/TR]
[TR]
[TD]Release Period 1</SPAN>[/TD]
[TD]Good[/TD]
[TD]Not Clear[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Not Clear[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]Release Period 2</SPAN>[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[/TR]
[TR]
[TD]Release Period 3</SPAN>[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Not Clear[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[TD]Good[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL><COL><COL span=5></COLGROUP>[/TABLE]
Basically, I want to create a formula where a result table will already have the row headers "Release Period 1", "Release Period 2", etc. and will return to the right each column header that has a "Not Clear" value within the correspodning matching row.
For example, for my formula in my results table to the right of "Release Period" 1, it would return in the adjacent cells to the right, all the column headers that have a "Not Clear" value within that period, in which case would be 1048, and the next cell would be 1022.
For Release Period 2, no column headers would be returned, since there are no Not Clear's in Release Period 2.
For Release Period 3, the adjacent cell would return 1037-1.
Any idea how to put this into a formula? Where it queues off the row header and searchs for "Not Clear's" to return the column header from the original data table? I assume I'll need it as an array formula.