My table just 4 columns - ID, tube name, box name, box position. Box position is a number between 1-100. For each Box name, I want to output a 10x10 grid, such that the tube names at positions 1-10 are in row 1, tube names for positions 11-20 are in row 2, 21-30 are in row 3 etc etc.
I don't...