If your grid question (referred as "grid" in the code below) looks like the following and you want your constructed list to be accessible after hitting submit on this page; you can use Perl to achieve what you want to do:
http://imageshack.us/a/img831/9602/gridq.png
type this in Constructed list instructions
[% Begin Unverified Perl
if(VALUE("grid_r1_c1")== 1) { ADD("Products",1); }
if(VALUE("grid_r1_c2")== 1) { ADD("Products",1); }
if(VALUE("grid_r1_c3")== 1) { ADD("Products",1); }
if(VALUE("grid_r2_c1")== 1) { ADD("Products",2); }
if(VALUE("grid_r2_c2")== 1) { ADD("Products",2); }
if(VALUE("grid_r2_c3")== 1) { ADD("Products",2); }
End Unverified %]
I haven't tested but it should work, ofc you have to fill out the rest of the conditions :)