[Solved] Using specific column values to create a table
I think there are still some questions to be answered (see my comments) but the following is a starting point with some assumptions made. 1) I leave the number of columns for the output table in a constant variable so you can choose how many columns you want: Const numberOfColumnsInTable = 4 2) I make … Read more