User Portlet User Portlet

Discussions
Try this. Ammend the file path and the need to flatten/Partition as you need.  The attached picture is using your data from your dropbox, renamed. [mcode]dtsa = Import["test2.xls", {"Data"}]; dtsa = Partition[Flatten[dtsa], 2]; r1 =...