Data is on Sheet 1, Function is on Sheet 2
In Columns A1 through E1 on Sheet 1
54 Rows on Sheet 1
What I need:
A1 on Sheet 2 needs to Randomly choose 'Single','Double',or'Triple'
B1 =If A1 = 'Single' then display one row using ($A$1:$E$54) from Sheet 1 output to $C$1:$G$1 on Sheet 2
=If A1 = 'Double' then display two rows using ($A$1:$E$54) from Sheet 1 output to $C$1:$G$2 on Sheet 2
=If A1 = 'Triple' then display three rows ($A$1:$E$54) from Sheet 1 output to $C$1:$G$3 on Sheet 2.
Does this sound possible?
In Columns A1 through E1 on Sheet 1
54 Rows on Sheet 1
What I need:
A1 on Sheet 2 needs to Randomly choose 'Single','Double',or'Triple'
B1 =If A1 = 'Single' then display one row using ($A$1:$E$54) from Sheet 1 output to $C$1:$G$1 on Sheet 2
=If A1 = 'Double' then display two rows using ($A$1:$E$54) from Sheet 1 output to $C$1:$G$2 on Sheet 2
=If A1 = 'Triple' then display three rows ($A$1:$E$54) from Sheet 1 output to $C$1:$G$3 on Sheet 2.
Does this sound possible?