Define list1=RemoveUndefined[Sequence[(-1)^i, i, -3, -1, 0.5]]
This removes the second and fourth element of the sequence which have a non-integer exponent and therefore, are undefined.
This means list1={-1,1,-1}.
Click in the spreadsheet cells with a "?" and input a value. The list Scores will change as will the Box-and-Whiskers (BoxPlot).
So the RemoveUndefined[] command allows dynamic lists from the spreadsheet!
BoxPlot idea by P.Chandra and solution using RemoveUndefined by Murkle.