Hello!
Have a question ... Here is my table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Christmas
[/TD]
[TD]EggNog[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Christmas[/TD]
[TD]Spaghetti[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Christmas[/TD]
[TD]Meatballs[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Thanksgiving[/TD]
[TD]Turkey[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Thanksgiving[/TD]
[TD]MashedPotatoes[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Holiday?[/TD]
[TD]Options?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Thanksgiving[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]=IFERROR(INDEX($A$1:$B$5,MATCH(ROW()-ROW($A$8),$A$1:$A$5,0)),"")[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to make a simple survey ... If cell A8=Thanksgiving, I would like "Turkey" listed in cell B8, and Mashed Potatoes listed in B9. Thought I had the formula correct, but appears not ... Any idea??
Have a question ... Here is my table
[TABLE="width: 500"]
<tbody>[TR]
[TD]Christmas
[/TD]
[TD]EggNog[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Christmas[/TD]
[TD]Spaghetti[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Christmas[/TD]
[TD]Meatballs[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Thanksgiving[/TD]
[TD]Turkey[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Thanksgiving[/TD]
[TD]MashedPotatoes[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Holiday?[/TD]
[TD]Options?[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Thanksgiving[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]=IFERROR(INDEX($A$1:$B$5,MATCH(ROW()-ROW($A$8),$A$1:$A$5,0)),"")[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to make a simple survey ... If cell A8=Thanksgiving, I would like "Turkey" listed in cell B8, and Mashed Potatoes listed in B9. Thought I had the formula correct, but appears not ... Any idea??