Hello,
I have a the below table with x's (only mine is 100x300).
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Adam[/TD]
[TD]John[/TD]
[TD]Fred[/TD]
[TD]Frank[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Grapes[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]
I spend an hour+ each day copying and pasting into the below format by copying sheet and=IF(Sheet1!A2="x",$A1,""), remove blanks, shift up, transpose, then split out over rows.
[TABLE="class: grid, width: 2"]
<tbody>[TR]
[TD]Adam[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Pears[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I've searched and searched online for a solution but even have trouble even describing my problem to google.
Does anyone have a better way of doing this and save my life?
Thank you in advance
I have a the below table with x's (only mine is 100x300).
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Adam[/TD]
[TD]John[/TD]
[TD]Fred[/TD]
[TD]Frank[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Grapes[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]
I spend an hour+ each day copying and pasting into the below format by copying sheet and=IF(Sheet1!A2="x",$A1,""), remove blanks, shift up, transpose, then split out over rows.
[TABLE="class: grid, width: 2"]
<tbody>[TR]
[TD]Adam[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Pears[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I've searched and searched online for a solution but even have trouble even describing my problem to google.
Does anyone have a better way of doing this and save my life?
Thank you in advance